#598ECD

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

Shades of Danube #598ECD

Tints of Danube #598ECD

Color information

#598ECD (or 0x598ECD) is unknown color: approx Danube. HEX triplet: 59, 8E and CD. RGB value is (89,142,205). Sum of RGB (Red+Green+Blue) = 89+142+205=436 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.41% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #598ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598ECD is #A67132. Grayscale: #858585. Windows color (decimal): -10907955 or 13471321. OLE color: 13471321.

HSL color Cylindrical-coordinate representation of color #598ECD: hue angle of 212.59º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #598ECD is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB89142205-
CMYK0.570.3100.20
HSL212.59º53.7%57.65%-
HSV(B)212.59º56.59%80.39%-
XYZ24.8125.8861.44-
YUV133.34168.4496.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.41%
GREEN value IS 142 (55.86% from 255) = 32.57%
BLUE value IS 205 (80.47% from 255) = 47.02%
R=20.41%
G=32.57%
B=47.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal891422050.570.3100.20212.5953.757.65
Hex598ECD391F014d5363a
Octal13121631571370243256672
Binary101100110001110110011011110011111101010011010101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,142,205); }

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

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

 a { background-color: rgb(89,142,205); }

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

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

 span { border-color: rgb(89,142,205); }

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