Shades of Danube #558FB9
Tints of Danube #558FB9
RGB
CMYK
RGB Variations
Color information
#558FB9 (or 0x558FB9) is known color: Danube. HEX triplet: 55, 8F and B9. RGB value is (85,143,185). Sum of RGB (Red+Green+Blue) = 85+143+185=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 185 (72.66% from 255 or 44.79% from 413); Max value from RGB is 185 - color contains mainly: blue. Hex color #558FB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558FB9 is #AA7046. Grayscale: #828282. Windows color (decimal): -11169863 or 12160853. OLE color: 12160853.
HSL color Cylindrical-coordinate representation of color #558FB9: hue angle of 205.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #558FB9 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 143 | 185 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.27 |
| HSL | 205.2º | 0.42% | 0.53% | - |
| HSV(B) | 205.2º | 0.54% | 0.73% | - |
| XYZ | 22.33 | 25.08 | 49.56 | - |
| YUV | 130.45 | 158.78 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 185 | 0.54 | 0.23 | 0 | 0.27 | 205.2 | 0.42 | 0.53 |
| Hex | 55 | 8F | B9 | 36 | 17 | 0 | 1B | CD | 2A | 35 |
| Octal | 125 | 217 | 271 | 66 | 27 | 0 | 33 | 315 | 52 | 65 |
| Binary | 1010101 | 10001111 | 10111001 | 110110 | 10111 | 0 | 11011 | 11001101 | 101010 | 110101 |
Color Harmonies of #558FB9
Complementary color
Monochromatic Colors of #558FB9
Black with #558FB9
Text Example
Text Example
White with #558FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558FB9; }
p { color: rgb(85,143,185); }
H1.HeaderClassName
{
color: #558FB9;
}
.AnyTagClassName
{
color: #558FB9;
}
</style>
background-color css
<style>
a { background-color: #558FB9; }
a { background-color: rgb(85,143,185); }
div.DivClassName
{
background-color: #558FB9;
}
.BgClassName
{
background-color: #558FB9;
}
</style>
border-color css
<style>
span { border-color: #558FB9; }
span { border-color: rgb(85,143,185); }
td.TdClassName
{
border-color: #558FB9;
}
.TagClassName
{
border-color: #558FB9;
}
</style>