Shades of Danube #558ECD
Tints of Danube #558ECD
RGB
CMYK
RGB Variations
Color information
#558ECD (or 0x558ECD) is known color: Danube. HEX triplet: 55, 8E and CD. RGB value is (85,142,205). Sum of RGB (Red+Green+Blue) = 85+142+205=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #558ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558ECD is #AA7132. Grayscale: #838383. Windows color (decimal): -11170099 or 13471317. OLE color: 13471317.
HSL color Cylindrical-coordinate representation of color #558ECD: hue angle of 211.5º 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 #558ECD is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 142 | 205 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.20 |
| HSL | 211.5º | 0.55% | 0.57% | - |
| HSV(B) | 211.5º | 0.59% | 0.8% | - |
| XYZ | 24.44 | 25.69 | 61.43 | - |
| YUV | 132.14 | 169.12 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 142 | 205 | 0.59 | 0.31 | 0 | 0.20 | 211.5 | 0.55 | 0.57 |
| Hex | 55 | 8E | CD | 3B | 1F | 0 | 14 | D4 | 37 | 39 |
| Octal | 125 | 216 | 315 | 73 | 37 | 0 | 24 | 324 | 67 | 71 |
| Binary | 1010101 | 10001110 | 11001101 | 111011 | 11111 | 0 | 10100 | 11010100 | 110111 | 111001 |
Color Harmonies of #558ECD
Complementary color
Monochromatic Colors of #558ECD
Black with #558ECD
Text Example
Text Example
White with #558ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558ECD; }
p { color: rgb(85,142,205); }
H1.HeaderClassName
{
color: #558ECD;
}
.AnyTagClassName
{
color: #558ECD;
}
</style>
background-color css
<style>
a { background-color: #558ECD; }
a { background-color: rgb(85,142,205); }
div.DivClassName
{
background-color: #558ECD;
}
.BgClassName
{
background-color: #558ECD;
}
</style>
border-color css
<style>
span { border-color: #558ECD; }
span { border-color: rgb(85,142,205); }
td.TdClassName
{
border-color: #558ECD;
}
.TagClassName
{
border-color: #558ECD;
}
</style>