Shades of Danube #558ABF
Tints of Danube #558ABF
RGB
CMYK
RGB Variations
Color information
#558ABF (or 0x558ABF) is known color: Danube. HEX triplet: 55, 8A and BF. RGB value is (85,138,191). Sum of RGB (Red+Green+Blue) = 85+138+191=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #558ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558ABF is #AA7540. Grayscale: #7F7F7F. Windows color (decimal): -11171137 or 12552789. OLE color: 12552789.
HSL color Cylindrical-coordinate representation of color #558ABF: hue angle of 210º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #558ABF is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 138 | 191 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.25 |
| HSL | 210º | 0.45% | 0.54% | - |
| HSV(B) | 210º | 0.55% | 0.75% | - |
| XYZ | 22.24 | 23.87 | 52.73 | - |
| YUV | 128.2 | 163.44 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 191 | 0.55 | 0.28 | 0 | 0.25 | 210 | 0.45 | 0.54 |
| Hex | 55 | 8A | BF | 37 | 1C | 0 | 19 | D2 | 2D | 36 |
| Octal | 125 | 212 | 277 | 67 | 34 | 0 | 31 | 322 | 55 | 66 |
| Binary | 1010101 | 10001010 | 10111111 | 110111 | 11100 | 0 | 11001 | 11010010 | 101101 | 110110 |
Color Harmonies of #558ABF
Complementary color
Monochromatic Colors of #558ABF
Black with #558ABF
Text Example
Text Example
White with #558ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558ABF; }
p { color: rgb(85,138,191); }
H1.HeaderClassName
{
color: #558ABF;
}
.AnyTagClassName
{
color: #558ABF;
}
</style>
background-color css
<style>
a { background-color: #558ABF; }
a { background-color: rgb(85,138,191); }
div.DivClassName
{
background-color: #558ABF;
}
.BgClassName
{
background-color: #558ABF;
}
</style>
border-color css
<style>
span { border-color: #558ABF; }
span { border-color: rgb(85,138,191); }
td.TdClassName
{
border-color: #558ABF;
}
.TagClassName
{
border-color: #558ABF;
}
</style>