Shades of Danube #578ED6
Tints of Danube #578ED6
RGB
CMYK
RGB Variations
Color information
#578ED6 (or 0x578ED6) is known color: Danube. HEX triplet: 57, 8E and D6. RGB value is (87,142,214). Sum of RGB (Red+Green+Blue) = 87+142+214=443 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.64% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 214 (83.98% from 255 or 48.31% from 443); Max value from RGB is 214 - color contains mainly: blue. Hex color #578ED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578ED6 is #A87129. Grayscale: #858585. Windows color (decimal): -11039018 or 14061143. OLE color: 14061143.
HSL color Cylindrical-coordinate representation of color #578ED6: hue angle of 214.02º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #578ED6 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 142 | 214 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.16 |
| HSL | 214.02º | 0.61% | 0.59% | - |
| HSV(B) | 214.02º | 0.59% | 0.84% | - |
| XYZ | 25.74 | 26.23 | 67.32 | - |
| YUV | 133.76 | 173.28 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 142 | 214 | 0.59 | 0.34 | 0 | 0.16 | 214.02 | 0.61 | 0.59 |
| Hex | 57 | 8E | D6 | 3B | 22 | 0 | 10 | D6 | 3D | 3B |
| Octal | 127 | 216 | 326 | 73 | 42 | 0 | 20 | 326 | 75 | 73 |
| Binary | 1010111 | 10001110 | 11010110 | 111011 | 100010 | 0 | 10000 | 11010110 | 111101 | 111011 |
Color Harmonies of #578ED6
Complementary color
Monochromatic Colors of #578ED6
Black with #578ED6
Text Example
Text Example
White with #578ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578ED6; }
p { color: rgb(87,142,214); }
H1.HeaderClassName
{
color: #578ED6;
}
.AnyTagClassName
{
color: #578ED6;
}
</style>
background-color css
<style>
a { background-color: #578ED6; }
a { background-color: rgb(87,142,214); }
div.DivClassName
{
background-color: #578ED6;
}
.BgClassName
{
background-color: #578ED6;
}
</style>
border-color css
<style>
span { border-color: #578ED6; }
span { border-color: rgb(87,142,214); }
td.TdClassName
{
border-color: #578ED6;
}
.TagClassName
{
border-color: #578ED6;
}
</style>