Shades of Danube #558CC9
Tints of Danube #558CC9
RGB
CMYK
RGB Variations
Color information
#558CC9 (or 0x558CC9) is known color: Danube. HEX triplet: 55, 8C and C9. RGB value is (85,140,201). Sum of RGB (Red+Green+Blue) = 85+140+201=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 201 - color contains mainly: blue. Hex color #558CC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558CC9 is #AA7336. Grayscale: #828282. Windows color (decimal): -11170615 or 13208661. OLE color: 13208661.
HSL color Cylindrical-coordinate representation of color #558CC9: hue angle of 211.55º 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 #558CC9 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 140 | 201 | - |
| CMYK | 0.58 | 0.30 | 0 | 0.21 |
| HSL | 211.55º | 0.52% | 0.56% | - |
| HSV(B) | 211.55º | 0.58% | 0.79% | - |
| XYZ | 23.67 | 24.9 | 58.82 | - |
| YUV | 130.51 | 167.78 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 201 | 0.58 | 0.30 | 0 | 0.21 | 211.55 | 0.52 | 0.56 |
| Hex | 55 | 8C | C9 | 3A | 1E | 0 | 15 | D4 | 34 | 38 |
| Octal | 125 | 214 | 311 | 72 | 36 | 0 | 25 | 324 | 64 | 70 |
| Binary | 1010101 | 10001100 | 11001001 | 111010 | 11110 | 0 | 10101 | 11010100 | 110100 | 111000 |
Color Harmonies of #558CC9
Complementary color
Monochromatic Colors of #558CC9
Black with #558CC9
Text Example
Text Example
White with #558CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558CC9; }
p { color: rgb(85,140,201); }
H1.HeaderClassName
{
color: #558CC9;
}
.AnyTagClassName
{
color: #558CC9;
}
</style>
background-color css
<style>
a { background-color: #558CC9; }
a { background-color: rgb(85,140,201); }
div.DivClassName
{
background-color: #558CC9;
}
.BgClassName
{
background-color: #558CC9;
}
</style>
border-color css
<style>
span { border-color: #558CC9; }
span { border-color: rgb(85,140,201); }
td.TdClassName
{
border-color: #558CC9;
}
.TagClassName
{
border-color: #558CC9;
}
</style>