Shades of Danube #558FBB
Tints of Danube #558FBB
RGB
CMYK
RGB Variations
Color information
#558FBB (or 0x558FBB) is known color: Danube. HEX triplet: 55, 8F and BB. RGB value is (85,143,187). Sum of RGB (Red+Green+Blue) = 85+143+187=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #558FBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558FBB is #AA7044. Grayscale: #828282. Windows color (decimal): -11169861 or 12291925. OLE color: 12291925.
HSL color Cylindrical-coordinate representation of color #558FBB: hue angle of 205.88º 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 #558FBB is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 143 | 187 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.27 |
| HSL | 205.88º | 0.43% | 0.53% | - |
| HSV(B) | 205.88º | 0.55% | 0.73% | - |
| XYZ | 22.54 | 25.16 | 50.68 | - |
| YUV | 130.67 | 159.78 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 187 | 0.55 | 0.24 | 0 | 0.27 | 205.88 | 0.43 | 0.53 |
| Hex | 55 | 8F | BB | 37 | 18 | 0 | 1B | CE | 2B | 35 |
| Octal | 125 | 217 | 273 | 67 | 30 | 0 | 33 | 316 | 53 | 65 |
| Binary | 1010101 | 10001111 | 10111011 | 110111 | 11000 | 0 | 11011 | 11001110 | 101011 | 110101 |
Color Harmonies of #558FBB
Complementary color
Monochromatic Colors of #558FBB
Black with #558FBB
Text Example
Text Example
White with #558FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558FBB; }
p { color: rgb(85,143,187); }
H1.HeaderClassName
{
color: #558FBB;
}
.AnyTagClassName
{
color: #558FBB;
}
</style>
background-color css
<style>
a { background-color: #558FBB; }
a { background-color: rgb(85,143,187); }
div.DivClassName
{
background-color: #558FBB;
}
.BgClassName
{
background-color: #558FBB;
}
</style>
border-color css
<style>
span { border-color: #558FBB; }
span { border-color: rgb(85,143,187); }
td.TdClassName
{
border-color: #558FBB;
}
.TagClassName
{
border-color: #558FBB;
}
</style>