#598DD0

Color #598DD0 Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #598DD0

Tints of Danube #598DD0

Color information

#598DD0 (or 0x598DD0) is unknown color: approx Danube. HEX triplet: 59, 8D and D0. RGB value is (89,141,208). Sum of RGB (Red+Green+Blue) = 89+141+208=438 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.32% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 208 (81.64% from 255 or 47.49% from 438); Max value from RGB is 208 - color contains mainly: blue. Hex color #598DD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598DD0 is #A6722F. Grayscale: #848484. Windows color (decimal): -10908208 or 13667673. OLE color: 13667673.

HSL color Cylindrical-coordinate representation of color #598DD0: hue angle of 213.78º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #598DD0 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB89141208-
CMYK0.570.3200.18
HSL213.78º55.87%58.24%-
HSV(B)213.78º57.21%81.57%-
XYZ25.0325.7363.32-
YUV133.09170.2796.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 89 (35.16% from 255) = 20.32%
GREEN value IS 141 (55.47% from 255) = 32.19%
BLUE value IS 208 (81.64% from 255) = 47.49%
R=20.32%
G=32.19%
B=47.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal891412080.570.3200.18213.7855.8758.24
Hex598DD03920012d6383a
Octal13121532071400223267072
Binary1011001100011011101000011100110000001001011010110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598DD0; }

 p { color: rgb(89,141,208); }

 H1.HeaderClassName
 {
   color: #598DD0;
 }
 .AnyTagClassName
 {
   color: #598DD0;
 }
</style>
background-color css

<style>
 a { background-color: #598DD0; }

 a { background-color: rgb(89,141,208); }

 div.DivClassName
 {
   background-color: #598DD0;
 }
 .BgClassName
 {
   background-color: #598DD0;
 }
</style>
border-color css

<style>
 span { border-color: #598DD0; }

 span { border-color: rgb(89,141,208); }

 td.TdClassName
 {
   border-color: #598DD0;
 }
 .TagClassName
 {
   border-color: #598DD0;
 }
</style>