Shades of Danube #578FCD
Tints of Danube #578FCD
RGB
CMYK
RGB Variations
Color information
#578FCD (or 0x578FCD) is known color: Danube. HEX triplet: 57, 8F and CD. RGB value is (87,143,205). Sum of RGB (Red+Green+Blue) = 87+143+205=435 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #578FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578FCD is #A87032. Grayscale: #858585. Windows color (decimal): -11038771 or 13471575. OLE color: 13471575.
HSL color Cylindrical-coordinate representation of color #578FCD: hue angle of 211.53º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #578FCD is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 143 | 205 | - |
| CMYK | 0.58 | 0.30 | 0 | 0.20 |
| HSL | 211.53º | 0.54% | 0.57% | - |
| HSV(B) | 211.53º | 0.58% | 0.8% | - |
| XYZ | 24.77 | 26.08 | 61.49 | - |
| YUV | 133.32 | 168.45 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 143 | 205 | 0.58 | 0.30 | 0 | 0.20 | 211.53 | 0.54 | 0.57 |
| Hex | 57 | 8F | CD | 3A | 1E | 0 | 14 | D4 | 36 | 39 |
| Octal | 127 | 217 | 315 | 72 | 36 | 0 | 24 | 324 | 66 | 71 |
| Binary | 1010111 | 10001111 | 11001101 | 111010 | 11110 | 0 | 10100 | 11010100 | 110110 | 111001 |
Color Harmonies of #578FCD
Complementary color
Monochromatic Colors of #578FCD
Black with #578FCD
Text Example
Text Example
White with #578FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578FCD; }
p { color: rgb(87,143,205); }
H1.HeaderClassName
{
color: #578FCD;
}
.AnyTagClassName
{
color: #578FCD;
}
</style>
background-color css
<style>
a { background-color: #578FCD; }
a { background-color: rgb(87,143,205); }
div.DivClassName
{
background-color: #578FCD;
}
.BgClassName
{
background-color: #578FCD;
}
</style>
border-color css
<style>
span { border-color: #578FCD; }
span { border-color: rgb(87,143,205); }
td.TdClassName
{
border-color: #578FCD;
}
.TagClassName
{
border-color: #578FCD;
}
</style>