Shades of Danube #558ECB
Tints of Danube #558ECB
RGB
CMYK
RGB Variations
Color information
#558ECB (or 0x558ECB) is known color: Danube. HEX triplet: 55, 8E and CB. RGB value is (85,142,203). Sum of RGB (Red+Green+Blue) = 85+142+203=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #558ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558ECB is #AA7134. Grayscale: #838383. Windows color (decimal): -11170101 or 13340245. OLE color: 13340245.
HSL color Cylindrical-coordinate representation of color #558ECB: hue angle of 211.02º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #558ECB is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 142 | 203 | - |
| CMYK | 0.58 | 0.30 | 0 | 0.20 |
| HSL | 211.02º | 0.53% | 0.56% | - |
| HSV(B) | 211.02º | 0.58% | 0.8% | - |
| XYZ | 24.2 | 25.59 | 60.16 | - |
| YUV | 131.91 | 168.12 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 142 | 203 | 0.58 | 0.30 | 0 | 0.20 | 211.02 | 0.53 | 0.56 |
| Hex | 55 | 8E | CB | 3A | 1E | 0 | 14 | D3 | 35 | 38 |
| Octal | 125 | 216 | 313 | 72 | 36 | 0 | 24 | 323 | 65 | 70 |
| Binary | 1010101 | 10001110 | 11001011 | 111010 | 11110 | 0 | 10100 | 11010011 | 110101 | 111000 |
Color Harmonies of #558ECB
Complementary color
Monochromatic Colors of #558ECB
Black with #558ECB
Text Example
Text Example
White with #558ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558ECB; }
p { color: rgb(85,142,203); }
H1.HeaderClassName
{
color: #558ECB;
}
.AnyTagClassName
{
color: #558ECB;
}
</style>
background-color css
<style>
a { background-color: #558ECB; }
a { background-color: rgb(85,142,203); }
div.DivClassName
{
background-color: #558ECB;
}
.BgClassName
{
background-color: #558ECB;
}
</style>
border-color css
<style>
span { border-color: #558ECB; }
span { border-color: rgb(85,142,203); }
td.TdClassName
{
border-color: #558ECB;
}
.TagClassName
{
border-color: #558ECB;
}
</style>