Shades of Danube #558FCE
Tints of Danube #558FCE
RGB
CMYK
RGB Variations
Color information
#558FCE (or 0x558FCE) is known color: Danube. HEX triplet: 55, 8F and CE. RGB value is (85,143,206). Sum of RGB (Red+Green+Blue) = 85+143+206=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #558FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558FCE is #AA7031. Grayscale: #848484. Windows color (decimal): -11169842 or 13537109. OLE color: 13537109.
HSL color Cylindrical-coordinate representation of color #558FCE: hue angle of 211.24º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #558FCE is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 143 | 206 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.19 |
| HSL | 211.24º | 0.55% | 0.57% | - |
| HSV(B) | 211.24º | 0.59% | 0.81% | - |
| XYZ | 24.71 | 26.03 | 62.11 | - |
| YUV | 132.84 | 169.28 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 206 | 0.59 | 0.31 | 0 | 0.19 | 211.24 | 0.55 | 0.57 |
| Hex | 55 | 8F | CE | 3B | 1F | 0 | 13 | D3 | 37 | 39 |
| Octal | 125 | 217 | 316 | 73 | 37 | 0 | 23 | 323 | 67 | 71 |
| Binary | 1010101 | 10001111 | 11001110 | 111011 | 11111 | 0 | 10011 | 11010011 | 110111 | 111001 |
Color Harmonies of #558FCE
Complementary color
Monochromatic Colors of #558FCE
Black with #558FCE
Text Example
Text Example
White with #558FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558FCE; }
p { color: rgb(85,143,206); }
H1.HeaderClassName
{
color: #558FCE;
}
.AnyTagClassName
{
color: #558FCE;
}
</style>
background-color css
<style>
a { background-color: #558FCE; }
a { background-color: rgb(85,143,206); }
div.DivClassName
{
background-color: #558FCE;
}
.BgClassName
{
background-color: #558FCE;
}
</style>
border-color css
<style>
span { border-color: #558FCE; }
span { border-color: rgb(85,143,206); }
td.TdClassName
{
border-color: #558FCE;
}
.TagClassName
{
border-color: #558FCE;
}
</style>