#578ED2

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

Shades of Danube #578ED2

Tints of Danube #578ED2

Color information

#578ED2 (or 0x578ED2) is unknown color: approx Danube. HEX triplet: 57, 8E and D2. RGB value is (87,142,210). Sum of RGB (Red+Green+Blue) = 87+142+210=439 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.82% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 210 (82.42% from 255 or 47.84% from 439); Max value from RGB is 210 - color contains mainly: blue. Hex color #578ED2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578ED2 is #A8712D. Grayscale: #848484. Windows color (decimal): -11039022 or 13798999. OLE color: 13798999.

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

Color convert

RGB87142210-
CMYK0.590.3200.18
HSL213.17º57.75%58.24%-
HSV(B)213.17º58.57%82.35%-
XYZ25.2426.0364.67-
YUV133.31171.2894.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.82%
GREEN value IS 142 (55.86% from 255) = 32.35%
BLUE value IS 210 (82.42% from 255) = 47.84%
R=19.82%
G=32.35%
B=47.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal871422100.590.3200.18213.1757.7558.24
Hex578ED23B20012d53a3a
Octal12721632273400223257272
Binary1010111100011101101001011101110000001001011010101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578ED2; }

 p { color: rgb(87,142,210); }

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

<style>
 a { background-color: #578ED2; }

 a { background-color: rgb(87,142,210); }

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

<style>
 span { border-color: #578ED2; }

 span { border-color: rgb(87,142,210); }

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