Shades of Danube #558FB8
Tints of Danube #558FB8
RGB
CMYK
RGB Variations
Color information
#558FB8 (or 0x558FB8) is known color: Danube. HEX triplet: 55, 8F and B8. RGB value is (85,143,184). Sum of RGB (Red+Green+Blue) = 85+143+184=412 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.63% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 184 (72.27% from 255 or 44.66% from 412); Max value from RGB is 184 - color contains mainly: blue. Hex color #558FB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558FB8 is #AA7047. Grayscale: #828282. Windows color (decimal): -11169864 or 12095317. OLE color: 12095317.
HSL color Cylindrical-coordinate representation of color #558FB8: hue angle of 204.85º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #558FB8 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 143 | 184 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.28 |
| HSL | 204.85º | 0.41% | 0.53% | - |
| HSV(B) | 204.85º | 0.54% | 0.72% | - |
| XYZ | 22.22 | 25.04 | 49.01 | - |
| YUV | 130.33 | 158.28 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 184 | 0.54 | 0.22 | 0 | 0.28 | 204.85 | 0.41 | 0.53 |
| Hex | 55 | 8F | B8 | 36 | 16 | 0 | 1C | CD | 29 | 35 |
| Octal | 125 | 217 | 270 | 66 | 26 | 0 | 34 | 315 | 51 | 65 |
| Binary | 1010101 | 10001111 | 10111000 | 110110 | 10110 | 0 | 11100 | 11001101 | 101001 | 110101 |
Color Harmonies of #558FB8
Complementary color
Monochromatic Colors of #558FB8
Black with #558FB8
Text Example
Text Example
White with #558FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558FB8; }
p { color: rgb(85,143,184); }
H1.HeaderClassName
{
color: #558FB8;
}
.AnyTagClassName
{
color: #558FB8;
}
</style>
background-color css
<style>
a { background-color: #558FB8; }
a { background-color: rgb(85,143,184); }
div.DivClassName
{
background-color: #558FB8;
}
.BgClassName
{
background-color: #558FB8;
}
</style>
border-color css
<style>
span { border-color: #558FB8; }
span { border-color: rgb(85,143,184); }
td.TdClassName
{
border-color: #558FB8;
}
.TagClassName
{
border-color: #558FB8;
}
</style>