Shades of Danube #558FD0
Tints of Danube #558FD0
RGB
CMYK
RGB Variations
Color information
#558FD0 (or 0x558FD0) is known color: Danube. HEX triplet: 55, 8F and D0. RGB value is (85,143,208). Sum of RGB (Red+Green+Blue) = 85+143+208=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 208 (81.64% from 255 or 47.71% from 436); Max value from RGB is 208 - color contains mainly: blue. Hex color #558FD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558FD0 is #AA702F. Grayscale: #848484. Windows color (decimal): -11169840 or 13668181. OLE color: 13668181.
HSL color Cylindrical-coordinate representation of color #558FD0: hue angle of 211.71º 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 #558FD0 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 143 | 208 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.18 |
| HSL | 211.71º | 0.57% | 0.57% | - |
| HSV(B) | 211.71º | 0.59% | 0.82% | - |
| XYZ | 24.95 | 26.13 | 63.4 | - |
| YUV | 133.07 | 170.28 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 208 | 0.59 | 0.31 | 0 | 0.18 | 211.71 | 0.57 | 0.57 |
| Hex | 55 | 8F | D0 | 3B | 1F | 0 | 12 | D4 | 39 | 39 |
| Octal | 125 | 217 | 320 | 73 | 37 | 0 | 22 | 324 | 71 | 71 |
| Binary | 1010101 | 10001111 | 11010000 | 111011 | 11111 | 0 | 10010 | 11010100 | 111001 | 111001 |
Color Harmonies of #558FD0
Complementary color
Monochromatic Colors of #558FD0
Black with #558FD0
Text Example
Text Example
White with #558FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558FD0; }
p { color: rgb(85,143,208); }
H1.HeaderClassName
{
color: #558FD0;
}
.AnyTagClassName
{
color: #558FD0;
}
</style>
background-color css
<style>
a { background-color: #558FD0; }
a { background-color: rgb(85,143,208); }
div.DivClassName
{
background-color: #558FD0;
}
.BgClassName
{
background-color: #558FD0;
}
</style>
border-color css
<style>
span { border-color: #558FD0; }
span { border-color: rgb(85,143,208); }
td.TdClassName
{
border-color: #558FD0;
}
.TagClassName
{
border-color: #558FD0;
}
</style>