Shades of Danube #558FD2
Tints of Danube #558FD2
RGB
CMYK
RGB Variations
Color information
#558FD2 (or 0x558FD2) is known color: Danube. HEX triplet: 55, 8F and D2. RGB value is (85,143,210). Sum of RGB (Red+Green+Blue) = 85+143+210=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 210 (82.42% from 255 or 47.95% from 438); Max value from RGB is 210 - color contains mainly: blue. Hex color #558FD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558FD2 is #AA702D. Grayscale: #848484. Windows color (decimal): -11169838 or 13799253. OLE color: 13799253.
HSL color Cylindrical-coordinate representation of color #558FD2: hue angle of 212.16º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #558FD2 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 143 | 210 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.18 |
| HSL | 212.16º | 0.58% | 0.58% | - |
| HSV(B) | 212.16º | 0.6% | 0.82% | - |
| XYZ | 25.2 | 26.23 | 64.71 | - |
| YUV | 133.3 | 171.28 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 210 | 0.60 | 0.32 | 0 | 0.18 | 212.16 | 0.58 | 0.58 |
| Hex | 55 | 8F | D2 | 3C | 20 | 0 | 12 | D4 | 3A | 3A |
| Octal | 125 | 217 | 322 | 74 | 40 | 0 | 22 | 324 | 72 | 72 |
| Binary | 1010101 | 10001111 | 11010010 | 111100 | 100000 | 0 | 10010 | 11010100 | 111010 | 111010 |
Color Harmonies of #558FD2
Complementary color
Monochromatic Colors of #558FD2
Black with #558FD2
Text Example
Text Example
White with #558FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558FD2; }
p { color: rgb(85,143,210); }
H1.HeaderClassName
{
color: #558FD2;
}
.AnyTagClassName
{
color: #558FD2;
}
</style>
background-color css
<style>
a { background-color: #558FD2; }
a { background-color: rgb(85,143,210); }
div.DivClassName
{
background-color: #558FD2;
}
.BgClassName
{
background-color: #558FD2;
}
</style>
border-color css
<style>
span { border-color: #558FD2; }
span { border-color: rgb(85,143,210); }
td.TdClassName
{
border-color: #558FD2;
}
.TagClassName
{
border-color: #558FD2;
}
</style>