Shades of Danube #558DC9
Tints of Danube #558DC9
RGB
CMYK
RGB Variations
Color information
#558DC9 (or 0x558DC9) is known color: Danube. HEX triplet: 55, 8D and C9. RGB value is (85,141,201). Sum of RGB (Red+Green+Blue) = 85+141+201=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #558DC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558DC9 is #AA7236. Grayscale: #828282. Windows color (decimal): -11170359 or 13208917. OLE color: 13208917.
HSL color Cylindrical-coordinate representation of color #558DC9: hue angle of 211.03º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #558DC9 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 141 | 201 | - |
| CMYK | 0.58 | 0.30 | 0 | 0.21 |
| HSL | 211.03º | 0.52% | 0.56% | - |
| HSV(B) | 211.03º | 0.58% | 0.79% | - |
| XYZ | 23.81 | 25.2 | 58.87 | - |
| YUV | 131.1 | 167.45 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 141 | 201 | 0.58 | 0.30 | 0 | 0.21 | 211.03 | 0.52 | 0.56 |
| Hex | 55 | 8D | C9 | 3A | 1E | 0 | 15 | D3 | 34 | 38 |
| Octal | 125 | 215 | 311 | 72 | 36 | 0 | 25 | 323 | 64 | 70 |
| Binary | 1010101 | 10001101 | 11001001 | 111010 | 11110 | 0 | 10101 | 11010011 | 110100 | 111000 |
Color Harmonies of #558DC9
Complementary color
Monochromatic Colors of #558DC9
Black with #558DC9
Text Example
Text Example
White with #558DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558DC9; }
p { color: rgb(85,141,201); }
H1.HeaderClassName
{
color: #558DC9;
}
.AnyTagClassName
{
color: #558DC9;
}
</style>
background-color css
<style>
a { background-color: #558DC9; }
a { background-color: rgb(85,141,201); }
div.DivClassName
{
background-color: #558DC9;
}
.BgClassName
{
background-color: #558DC9;
}
</style>
border-color css
<style>
span { border-color: #558DC9; }
span { border-color: rgb(85,141,201); }
td.TdClassName
{
border-color: #558DC9;
}
.TagClassName
{
border-color: #558DC9;
}
</style>