Shades of Danube #578ED2
Tints of Danube #578ED2
RGB
CMYK
RGB Variations
Color information
#578ED2 (or 0x578ED2) is known color: 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
| RGB | 87 | 142 | 210 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.18 |
| HSL | 213.17º | 0.58% | 0.58% | - |
| HSV(B) | 213.17º | 0.59% | 0.82% | - |
| XYZ | 25.24 | 26.03 | 64.67 | - |
| YUV | 133.31 | 171.28 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 142 | 210 | 0.59 | 0.32 | 0 | 0.18 | 213.17 | 0.58 | 0.58 |
| Hex | 57 | 8E | D2 | 3B | 20 | 0 | 12 | D5 | 3A | 3A |
| Octal | 127 | 216 | 322 | 73 | 40 | 0 | 22 | 325 | 72 | 72 |
| Binary | 1010111 | 10001110 | 11010010 | 111011 | 100000 | 0 | 10010 | 11010101 | 111010 | 111010 |
Color Harmonies of #578ED2
Complementary color
Monochromatic Colors of #578ED2
Black with #578ED2
Text Example
Text Example
White with #578ED2
Text Example
Text Example
HTML Codes & Css Web 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>