Shades of Danube #558DD0
Tints of Danube #558DD0
RGB
CMYK
RGB Variations
Color information
#558DD0 (or 0x558DD0) is known color: Danube. HEX triplet: 55, 8D and D0. RGB value is (85,141,208). Sum of RGB (Red+Green+Blue) = 85+141+208=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 208 - color contains mainly: blue. Hex color #558DD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558DD0 is #AA722F. Grayscale: #838383. Windows color (decimal): -11170352 or 13667669. OLE color: 13667669.
HSL color Cylindrical-coordinate representation of color #558DD0: hue angle of 212.68º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #558DD0 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 141 | 208 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.18 |
| HSL | 212.68º | 0.57% | 0.57% | - |
| HSV(B) | 212.68º | 0.59% | 0.82% | - |
| XYZ | 24.66 | 25.54 | 63.3 | - |
| YUV | 131.89 | 170.95 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 141 | 208 | 0.59 | 0.32 | 0 | 0.18 | 212.68 | 0.57 | 0.57 |
| Hex | 55 | 8D | D0 | 3B | 20 | 0 | 12 | D5 | 39 | 39 |
| Octal | 125 | 215 | 320 | 73 | 40 | 0 | 22 | 325 | 71 | 71 |
| Binary | 1010101 | 10001101 | 11010000 | 111011 | 100000 | 0 | 10010 | 11010101 | 111001 | 111001 |
Color Harmonies of #558DD0
Complementary color
Monochromatic Colors of #558DD0
Black with #558DD0
Text Example
Text Example
White with #558DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558DD0; }
p { color: rgb(85,141,208); }
H1.HeaderClassName
{
color: #558DD0;
}
.AnyTagClassName
{
color: #558DD0;
}
</style>
background-color css
<style>
a { background-color: #558DD0; }
a { background-color: rgb(85,141,208); }
div.DivClassName
{
background-color: #558DD0;
}
.BgClassName
{
background-color: #558DD0;
}
</style>
border-color css
<style>
span { border-color: #558DD0; }
span { border-color: rgb(85,141,208); }
td.TdClassName
{
border-color: #558DD0;
}
.TagClassName
{
border-color: #558DD0;
}
</style>