Shades of Danube #558DCB
Tints of Danube #558DCB
RGB
CMYK
RGB Variations
Color information
#558DCB (or 0x558DCB) is known color: Danube. HEX triplet: 55, 8D and CB. RGB value is (85,141,203). Sum of RGB (Red+Green+Blue) = 85+141+203=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #558DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558DCB is #AA7234. Grayscale: #838383. Windows color (decimal): -11170357 or 13339989. OLE color: 13339989.
HSL color Cylindrical-coordinate representation of color #558DCB: hue angle of 211.53º 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 #558DCB is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 141 | 203 | - |
| CMYK | 0.58 | 0.31 | 0 | 0.20 |
| HSL | 211.53º | 0.53% | 0.56% | - |
| HSV(B) | 211.53º | 0.58% | 0.8% | - |
| XYZ | 24.05 | 25.29 | 60.11 | - |
| YUV | 131.32 | 168.45 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 141 | 203 | 0.58 | 0.31 | 0 | 0.20 | 211.53 | 0.53 | 0.56 |
| Hex | 55 | 8D | CB | 3A | 1F | 0 | 14 | D4 | 35 | 38 |
| Octal | 125 | 215 | 313 | 72 | 37 | 0 | 24 | 324 | 65 | 70 |
| Binary | 1010101 | 10001101 | 11001011 | 111010 | 11111 | 0 | 10100 | 11010100 | 110101 | 111000 |
Color Harmonies of #558DCB
Complementary color
Monochromatic Colors of #558DCB
Black with #558DCB
Text Example
Text Example
White with #558DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558DCB; }
p { color: rgb(85,141,203); }
H1.HeaderClassName
{
color: #558DCB;
}
.AnyTagClassName
{
color: #558DCB;
}
</style>
background-color css
<style>
a { background-color: #558DCB; }
a { background-color: rgb(85,141,203); }
div.DivClassName
{
background-color: #558DCB;
}
.BgClassName
{
background-color: #558DCB;
}
</style>
border-color css
<style>
span { border-color: #558DCB; }
span { border-color: rgb(85,141,203); }
td.TdClassName
{
border-color: #558DCB;
}
.TagClassName
{
border-color: #558DCB;
}
</style>