Shades of Danube #578ECB
Tints of Danube #578ECB
RGB
CMYK
RGB Variations
Color information
#578ECB (or 0x578ECB) is known color: Danube. HEX triplet: 57, 8E and CB. RGB value is (87,142,203). Sum of RGB (Red+Green+Blue) = 87+142+203=432 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.14% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #578ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578ECB is #A87134. Grayscale: #848484. Windows color (decimal): -11039029 or 13340247. OLE color: 13340247.
HSL color Cylindrical-coordinate representation of color #578ECB: hue angle of 211.55º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #578ECB is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 142 | 203 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.20 |
| HSL | 211.55º | 0.53% | 0.57% | - |
| HSV(B) | 211.55º | 0.57% | 0.8% | - |
| XYZ | 24.38 | 25.68 | 60.17 | - |
| YUV | 132.51 | 167.78 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 142 | 203 | 0.57 | 0.30 | 0 | 0.20 | 211.55 | 0.53 | 0.57 |
| Hex | 57 | 8E | CB | 39 | 1E | 0 | 14 | D4 | 35 | 39 |
| Octal | 127 | 216 | 313 | 71 | 36 | 0 | 24 | 324 | 65 | 71 |
| Binary | 1010111 | 10001110 | 11001011 | 111001 | 11110 | 0 | 10100 | 11010100 | 110101 | 111001 |
Color Harmonies of #578ECB
Complementary color
Monochromatic Colors of #578ECB
Black with #578ECB
Text Example
Text Example
White with #578ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578ECB; }
p { color: rgb(87,142,203); }
H1.HeaderClassName
{
color: #578ECB;
}
.AnyTagClassName
{
color: #578ECB;
}
</style>
background-color css
<style>
a { background-color: #578ECB; }
a { background-color: rgb(87,142,203); }
div.DivClassName
{
background-color: #578ECB;
}
.BgClassName
{
background-color: #578ECB;
}
</style>
border-color css
<style>
span { border-color: #578ECB; }
span { border-color: rgb(87,142,203); }
td.TdClassName
{
border-color: #578ECB;
}
.TagClassName
{
border-color: #578ECB;
}
</style>