Shades of Danube #558AB6
Tints of Danube #558AB6
RGB
CMYK
RGB Variations
Color information
#558AB6 (or 0x558AB6) is known color: Danube. HEX triplet: 55, 8A and B6. RGB value is (85,138,182). Sum of RGB (Red+Green+Blue) = 85+138+182=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 182 - color contains mainly: blue. Hex color #558AB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558AB6 is #AA7549. Grayscale: #7E7E7E. Windows color (decimal): -11171146 or 11962965. OLE color: 11962965.
HSL color Cylindrical-coordinate representation of color #558AB6: hue angle of 207.22º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #558AB6 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 138 | 182 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.29 |
| HSL | 207.22º | 0.4% | 0.52% | - |
| HSV(B) | 207.22º | 0.53% | 0.71% | - |
| XYZ | 21.28 | 23.49 | 47.67 | - |
| YUV | 127.17 | 158.94 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 182 | 0.53 | 0.24 | 0 | 0.29 | 207.22 | 0.4 | 0.52 |
| Hex | 55 | 8A | B6 | 35 | 18 | 0 | 1D | CF | 28 | 34 |
| Octal | 125 | 212 | 266 | 65 | 30 | 0 | 35 | 317 | 50 | 64 |
| Binary | 1010101 | 10001010 | 10110110 | 110101 | 11000 | 0 | 11101 | 11001111 | 101000 | 110100 |
Color Harmonies of #558AB6
Complementary color
Monochromatic Colors of #558AB6
Black with #558AB6
Text Example
Text Example
White with #558AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558AB6; }
p { color: rgb(85,138,182); }
H1.HeaderClassName
{
color: #558AB6;
}
.AnyTagClassName
{
color: #558AB6;
}
</style>
background-color css
<style>
a { background-color: #558AB6; }
a { background-color: rgb(85,138,182); }
div.DivClassName
{
background-color: #558AB6;
}
.BgClassName
{
background-color: #558AB6;
}
</style>
border-color css
<style>
span { border-color: #558AB6; }
span { border-color: rgb(85,138,182); }
td.TdClassName
{
border-color: #558AB6;
}
.TagClassName
{
border-color: #558AB6;
}
</style>