Shades of Danube #558ABB
Tints of Danube #558ABB
RGB
CMYK
RGB Variations
Color information
#558ABB (or 0x558ABB) is known color: Danube. HEX triplet: 55, 8A and BB. RGB value is (85,138,187). Sum of RGB (Red+Green+Blue) = 85+138+187=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #558ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558ABB is #AA7544. Grayscale: #7F7F7F. Windows color (decimal): -11171141 or 12290645. OLE color: 12290645.
HSL color Cylindrical-coordinate representation of color #558ABB: hue angle of 208.82º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #558ABB is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 138 | 187 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.27 |
| HSL | 208.82º | 0.43% | 0.53% | - |
| HSV(B) | 208.82º | 0.55% | 0.73% | - |
| XYZ | 21.8 | 23.7 | 50.44 | - |
| YUV | 127.74 | 161.44 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 187 | 0.55 | 0.26 | 0 | 0.27 | 208.82 | 0.43 | 0.53 |
| Hex | 55 | 8A | BB | 37 | 1A | 0 | 1B | D1 | 2B | 35 |
| Octal | 125 | 212 | 273 | 67 | 32 | 0 | 33 | 321 | 53 | 65 |
| Binary | 1010101 | 10001010 | 10111011 | 110111 | 11010 | 0 | 11011 | 11010001 | 101011 | 110101 |
Color Harmonies of #558ABB
Complementary color
Monochromatic Colors of #558ABB
Black with #558ABB
Text Example
Text Example
White with #558ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558ABB; }
p { color: rgb(85,138,187); }
H1.HeaderClassName
{
color: #558ABB;
}
.AnyTagClassName
{
color: #558ABB;
}
</style>
background-color css
<style>
a { background-color: #558ABB; }
a { background-color: rgb(85,138,187); }
div.DivClassName
{
background-color: #558ABB;
}
.BgClassName
{
background-color: #558ABB;
}
</style>
border-color css
<style>
span { border-color: #558ABB; }
span { border-color: rgb(85,138,187); }
td.TdClassName
{
border-color: #558ABB;
}
.TagClassName
{
border-color: #558ABB;
}
</style>