Shades of Danube #5487BA
Tints of Danube #5487BA
RGB
CMYK
RGB Variations
Color information
#5487BA (or 0x5487BA) is known color: Danube. HEX triplet: 54, 87 and BA. RGB value is (84,135,186). Sum of RGB (Red+Green+Blue) = 84+135+186=405 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.74% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #5487BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5487BA is #AB7845. Grayscale: #7D7D7D. Windows color (decimal): -11237446 or 12224340. OLE color: 12224340.
HSL color Cylindrical-coordinate representation of color #5487BA: hue angle of 210º 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 #5487BA is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 135 | 186 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.27 |
| HSL | 210º | 0.43% | 0.53% | - |
| HSV(B) | 210º | 0.55% | 0.73% | - |
| XYZ | 21.18 | 22.76 | 49.73 | - |
| YUV | 125.57 | 162.1 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 135 | 186 | 0.55 | 0.27 | 0 | 0.27 | 210 | 0.43 | 0.53 |
| Hex | 54 | 87 | BA | 37 | 1B | 0 | 1B | D2 | 2A | 35 |
| Octal | 124 | 207 | 272 | 67 | 33 | 0 | 33 | 322 | 52 | 65 |
| Binary | 1010100 | 10000111 | 10111010 | 110111 | 11011 | 0 | 11011 | 11010010 | 101010 | 110101 |
Color Harmonies of #5487BA
Complementary color
Monochromatic Colors of #5487BA
Black with #5487BA
Text Example
Text Example
White with #5487BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5487BA; }
p { color: rgb(84,135,186); }
H1.HeaderClassName
{
color: #5487BA;
}
.AnyTagClassName
{
color: #5487BA;
}
</style>
background-color css
<style>
a { background-color: #5487BA; }
a { background-color: rgb(84,135,186); }
div.DivClassName
{
background-color: #5487BA;
}
.BgClassName
{
background-color: #5487BA;
}
</style>
border-color css
<style>
span { border-color: #5487BA; }
span { border-color: rgb(84,135,186); }
td.TdClassName
{
border-color: #5487BA;
}
.TagClassName
{
border-color: #5487BA;
}
</style>