Shades of Danube #578ECC
Tints of Danube #578ECC
RGB
CMYK
RGB Variations
Color information
#578ECC (or 0x578ECC) is known color: Danube. HEX triplet: 57, 8E and CC. RGB value is (87,142,204). Sum of RGB (Red+Green+Blue) = 87+142+204=433 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.09% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #578ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578ECC is #A87133. Grayscale: #848484. Windows color (decimal): -11039028 or 13405783. OLE color: 13405783.
HSL color Cylindrical-coordinate representation of color #578ECC: hue angle of 211.79º 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 #578ECC is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 142 | 204 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.2 |
| HSL | 211.79º | 0.53% | 0.57% | - |
| HSV(B) | 211.79º | 0.57% | 0.8% | - |
| XYZ | 24.5 | 25.73 | 60.8 | - |
| YUV | 132.62 | 168.28 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 142 | 204 | 0.57 | 0.30 | 0 | 0.2 | 211.79 | 0.53 | 0.57 |
| Hex | 57 | 8E | CC | 39 | 1E | 0 | 14 | D4 | 35 | 39 |
| Octal | 127 | 216 | 314 | 71 | 36 | 0 | 24 | 324 | 65 | 71 |
| Binary | 1010111 | 10001110 | 11001100 | 111001 | 11110 | 0 | 10100 | 11010100 | 110101 | 111001 |
Color Harmonies of #578ECC
Complementary color
Monochromatic Colors of #578ECC
Black with #578ECC
Text Example
Text Example
White with #578ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578ECC; }
p { color: rgb(87,142,204); }
H1.HeaderClassName
{
color: #578ECC;
}
.AnyTagClassName
{
color: #578ECC;
}
</style>
background-color css
<style>
a { background-color: #578ECC; }
a { background-color: rgb(87,142,204); }
div.DivClassName
{
background-color: #578ECC;
}
.BgClassName
{
background-color: #578ECC;
}
</style>
border-color css
<style>
span { border-color: #578ECC; }
span { border-color: rgb(87,142,204); }
td.TdClassName
{
border-color: #578ECC;
}
.TagClassName
{
border-color: #578ECC;
}
</style>