Shades of Danube #558FCD
Tints of Danube #558FCD
RGB
CMYK
RGB Variations
Color information
#558FCD (or 0x558FCD) is known color: Danube. HEX triplet: 55, 8F and CD. RGB value is (85,143,205). Sum of RGB (Red+Green+Blue) = 85+143+205=433 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.63% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #558FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558FCD is #AA7032. Grayscale: #848484. Windows color (decimal): -11169843 or 13471573. OLE color: 13471573.
HSL color Cylindrical-coordinate representation of color #558FCD: hue angle of 211º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #558FCD is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 143 | 205 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.20 |
| HSL | 211º | 0.55% | 0.57% | - |
| HSV(B) | 211º | 0.59% | 0.8% | - |
| XYZ | 24.59 | 25.98 | 61.48 | - |
| YUV | 132.73 | 168.78 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 205 | 0.59 | 0.30 | 0 | 0.20 | 211 | 0.55 | 0.57 |
| Hex | 55 | 8F | CD | 3B | 1E | 0 | 14 | D3 | 37 | 39 |
| Octal | 125 | 217 | 315 | 73 | 36 | 0 | 24 | 323 | 67 | 71 |
| Binary | 1010101 | 10001111 | 11001101 | 111011 | 11110 | 0 | 10100 | 11010011 | 110111 | 111001 |
Color Harmonies of #558FCD
Complementary color
Monochromatic Colors of #558FCD
Black with #558FCD
Text Example
Text Example
White with #558FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558FCD; }
p { color: rgb(85,143,205); }
H1.HeaderClassName
{
color: #558FCD;
}
.AnyTagClassName
{
color: #558FCD;
}
</style>
background-color css
<style>
a { background-color: #558FCD; }
a { background-color: rgb(85,143,205); }
div.DivClassName
{
background-color: #558FCD;
}
.BgClassName
{
background-color: #558FCD;
}
</style>
border-color css
<style>
span { border-color: #558FCD; }
span { border-color: rgb(85,143,205); }
td.TdClassName
{
border-color: #558FCD;
}
.TagClassName
{
border-color: #558FCD;
}
</style>