Shades of Danube #558CBF
Tints of Danube #558CBF
RGB
CMYK
RGB Variations
Color information
#558CBF (or 0x558CBF) is known color: Danube. HEX triplet: 55, 8C and BF. RGB value is (85,140,191). Sum of RGB (Red+Green+Blue) = 85+140+191=416 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.43% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #558CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558CBF is #AA7340. Grayscale: #818181. Windows color (decimal): -11170625 or 12553301. OLE color: 12553301.
HSL color Cylindrical-coordinate representation of color #558CBF: hue angle of 208.87º 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 #558CBF is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 140 | 191 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.25 |
| HSL | 208.87º | 0.45% | 0.54% | - |
| HSV(B) | 208.87º | 0.55% | 0.75% | - |
| XYZ | 22.53 | 24.45 | 52.82 | - |
| YUV | 129.37 | 162.78 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 191 | 0.55 | 0.27 | 0 | 0.25 | 208.87 | 0.45 | 0.54 |
| Hex | 55 | 8C | BF | 37 | 1B | 0 | 19 | D1 | 2D | 36 |
| Octal | 125 | 214 | 277 | 67 | 33 | 0 | 31 | 321 | 55 | 66 |
| Binary | 1010101 | 10001100 | 10111111 | 110111 | 11011 | 0 | 11001 | 11010001 | 101101 | 110110 |
Color Harmonies of #558CBF
Complementary color
Monochromatic Colors of #558CBF
Black with #558CBF
Text Example
Text Example
White with #558CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558CBF; }
p { color: rgb(85,140,191); }
H1.HeaderClassName
{
color: #558CBF;
}
.AnyTagClassName
{
color: #558CBF;
}
</style>
background-color css
<style>
a { background-color: #558CBF; }
a { background-color: rgb(85,140,191); }
div.DivClassName
{
background-color: #558CBF;
}
.BgClassName
{
background-color: #558CBF;
}
</style>
border-color css
<style>
span { border-color: #558CBF; }
span { border-color: rgb(85,140,191); }
td.TdClassName
{
border-color: #558CBF;
}
.TagClassName
{
border-color: #558CBF;
}
</style>