Shades of Danube #558DCC
Tints of Danube #558DCC
RGB
CMYK
RGB Variations
Color information
#558DCC (or 0x558DCC) is known color: Danube. HEX triplet: 55, 8D and CC. RGB value is (85,141,204). Sum of RGB (Red+Green+Blue) = 85+141+204=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #558DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558DCC is #AA7233. Grayscale: #838383. Windows color (decimal): -11170356 or 13405525. OLE color: 13405525.
HSL color Cylindrical-coordinate representation of color #558DCC: hue angle of 211.76º 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 #558DCC is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 141 | 204 | - |
| CMYK | 0.58 | 0.31 | 0 | 0.2 |
| HSL | 211.76º | 0.54% | 0.57% | - |
| HSV(B) | 211.76º | 0.58% | 0.8% | - |
| XYZ | 24.17 | 25.34 | 60.74 | - |
| YUV | 131.44 | 168.95 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 141 | 204 | 0.58 | 0.31 | 0 | 0.2 | 211.76 | 0.54 | 0.57 |
| Hex | 55 | 8D | CC | 3A | 1F | 0 | 14 | D4 | 36 | 39 |
| Octal | 125 | 215 | 314 | 72 | 37 | 0 | 24 | 324 | 66 | 71 |
| Binary | 1010101 | 10001101 | 11001100 | 111010 | 11111 | 0 | 10100 | 11010100 | 110110 | 111001 |
Color Harmonies of #558DCC
Complementary color
Monochromatic Colors of #558DCC
Black with #558DCC
Text Example
Text Example
White with #558DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558DCC; }
p { color: rgb(85,141,204); }
H1.HeaderClassName
{
color: #558DCC;
}
.AnyTagClassName
{
color: #558DCC;
}
</style>
background-color css
<style>
a { background-color: #558DCC; }
a { background-color: rgb(85,141,204); }
div.DivClassName
{
background-color: #558DCC;
}
.BgClassName
{
background-color: #558DCC;
}
</style>
border-color css
<style>
span { border-color: #558DCC; }
span { border-color: rgb(85,141,204); }
td.TdClassName
{
border-color: #558DCC;
}
.TagClassName
{
border-color: #558DCC;
}
</style>