Shades of Danube #558FBF
Tints of Danube #558FBF
RGB
CMYK
RGB Variations
Color information
#558FBF (or 0x558FBF) is known color: Danube. HEX triplet: 55, 8F and BF. RGB value is (85,143,191). Sum of RGB (Red+Green+Blue) = 85+143+191=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #558FBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558FBF is #AA7040. Grayscale: #828282. Windows color (decimal): -11169857 or 12554069. OLE color: 12554069.
HSL color Cylindrical-coordinate representation of color #558FBF: hue angle of 207.17º 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 #558FBF is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 143 | 191 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.25 |
| HSL | 207.17º | 0.45% | 0.54% | - |
| HSV(B) | 207.17º | 0.55% | 0.75% | - |
| XYZ | 22.97 | 25.34 | 52.97 | - |
| YUV | 131.13 | 161.78 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 191 | 0.55 | 0.25 | 0 | 0.25 | 207.17 | 0.45 | 0.54 |
| Hex | 55 | 8F | BF | 37 | 19 | 0 | 19 | CF | 2D | 36 |
| Octal | 125 | 217 | 277 | 67 | 31 | 0 | 31 | 317 | 55 | 66 |
| Binary | 1010101 | 10001111 | 10111111 | 110111 | 11001 | 0 | 11001 | 11001111 | 101101 | 110110 |
Color Harmonies of #558FBF
Complementary color
Monochromatic Colors of #558FBF
Black with #558FBF
Text Example
Text Example
White with #558FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558FBF; }
p { color: rgb(85,143,191); }
H1.HeaderClassName
{
color: #558FBF;
}
.AnyTagClassName
{
color: #558FBF;
}
</style>
background-color css
<style>
a { background-color: #558FBF; }
a { background-color: rgb(85,143,191); }
div.DivClassName
{
background-color: #558FBF;
}
.BgClassName
{
background-color: #558FBF;
}
</style>
border-color css
<style>
span { border-color: #558FBF; }
span { border-color: rgb(85,143,191); }
td.TdClassName
{
border-color: #558FBF;
}
.TagClassName
{
border-color: #558FBF;
}
</style>