Shades of Danube #578DCA
Tints of Danube #578DCA
RGB
CMYK
RGB Variations
Color information
#578DCA (or 0x578DCA) is known color: Danube. HEX triplet: 57, 8D and CA. RGB value is (87,141,202). Sum of RGB (Red+Green+Blue) = 87+141+202=430 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.23% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #578DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578DCA is #A87235. Grayscale: #838383. Windows color (decimal): -11039286 or 13274455. OLE color: 13274455.
HSL color Cylindrical-coordinate representation of color #578DCA: hue angle of 211.83º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #578DCA is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 141 | 202 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.21 |
| HSL | 211.83º | 0.52% | 0.57% | - |
| HSV(B) | 211.83º | 0.57% | 0.79% | - |
| XYZ | 24.12 | 25.34 | 59.5 | - |
| YUV | 131.81 | 167.61 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 141 | 202 | 0.57 | 0.30 | 0 | 0.21 | 211.83 | 0.52 | 0.57 |
| Hex | 57 | 8D | CA | 39 | 1E | 0 | 15 | D4 | 34 | 39 |
| Octal | 127 | 215 | 312 | 71 | 36 | 0 | 25 | 324 | 64 | 71 |
| Binary | 1010111 | 10001101 | 11001010 | 111001 | 11110 | 0 | 10101 | 11010100 | 110100 | 111001 |
Color Harmonies of #578DCA
Complementary color
Monochromatic Colors of #578DCA
Black with #578DCA
Text Example
Text Example
White with #578DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578DCA; }
p { color: rgb(87,141,202); }
H1.HeaderClassName
{
color: #578DCA;
}
.AnyTagClassName
{
color: #578DCA;
}
</style>
background-color css
<style>
a { background-color: #578DCA; }
a { background-color: rgb(87,141,202); }
div.DivClassName
{
background-color: #578DCA;
}
.BgClassName
{
background-color: #578DCA;
}
</style>
border-color css
<style>
span { border-color: #578DCA; }
span { border-color: rgb(87,141,202); }
td.TdClassName
{
border-color: #578DCA;
}
.TagClassName
{
border-color: #578DCA;
}
</style>