Shades of Danube #5587BA
Tints of Danube #5587BA
RGB
CMYK
RGB Variations
Color information
#5587BA (or 0x5587BA) is known color: Danube. HEX triplet: 55, 87 and BA. RGB value is (85,135,186). Sum of RGB (Red+Green+Blue) = 85+135+186=406 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.94% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #5587BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5587BA is #AA7845. Grayscale: #7D7D7D. Windows color (decimal): -11171910 or 12224341. OLE color: 12224341.
HSL color Cylindrical-coordinate representation of color #5587BA: hue angle of 210.3º 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 #5587BA is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 135 | 186 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.27 |
| HSL | 210.3º | 0.42% | 0.53% | - |
| HSV(B) | 210.3º | 0.54% | 0.73% | - |
| XYZ | 21.27 | 22.8 | 49.73 | - |
| YUV | 125.86 | 161.94 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 135 | 186 | 0.54 | 0.27 | 0 | 0.27 | 210.3 | 0.42 | 0.53 |
| Hex | 55 | 87 | BA | 36 | 1B | 0 | 1B | D2 | 2A | 35 |
| Octal | 125 | 207 | 272 | 66 | 33 | 0 | 33 | 322 | 52 | 65 |
| Binary | 1010101 | 10000111 | 10111010 | 110110 | 11011 | 0 | 11011 | 11010010 | 101010 | 110101 |
Color Harmonies of #5587BA
Complementary color
Monochromatic Colors of #5587BA
Black with #5587BA
Text Example
Text Example
White with #5587BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5587BA; }
p { color: rgb(85,135,186); }
H1.HeaderClassName
{
color: #5587BA;
}
.AnyTagClassName
{
color: #5587BA;
}
</style>
background-color css
<style>
a { background-color: #5587BA; }
a { background-color: rgb(85,135,186); }
div.DivClassName
{
background-color: #5587BA;
}
.BgClassName
{
background-color: #5587BA;
}
</style>
border-color css
<style>
span { border-color: #5587BA; }
span { border-color: rgb(85,135,186); }
td.TdClassName
{
border-color: #5587BA;
}
.TagClassName
{
border-color: #5587BA;
}
</style>