Shades of Danube #5490BA
Tints of Danube #5490BA
RGB
CMYK
RGB Variations
Color information
#5490BA (or 0x5490BA) is known color: Danube. HEX triplet: 54, 90 and BA. RGB value is (84,144,186). Sum of RGB (Red+Green+Blue) = 84+144+186=414 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.29% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #5490BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5490BA is #AB6F45. Grayscale: #828282. Windows color (decimal): -11235142 or 12226644. OLE color: 12226644.
HSL color Cylindrical-coordinate representation of color #5490BA: hue angle of 204.71º 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 #5490BA is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 144 | 186 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.27 |
| HSL | 204.71º | 0.43% | 0.53% | - |
| HSV(B) | 204.71º | 0.55% | 0.73% | - |
| XYZ | 22.49 | 25.38 | 50.17 | - |
| YUV | 130.85 | 159.12 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 144 | 186 | 0.55 | 0.23 | 0 | 0.27 | 204.71 | 0.43 | 0.53 |
| Hex | 54 | 90 | BA | 37 | 17 | 0 | 1B | CD | 2A | 35 |
| Octal | 124 | 220 | 272 | 67 | 27 | 0 | 33 | 315 | 52 | 65 |
| Binary | 1010100 | 10010000 | 10111010 | 110111 | 10111 | 0 | 11011 | 11001101 | 101010 | 110101 |
Color Harmonies of #5490BA
Complementary color
Monochromatic Colors of #5490BA
Black with #5490BA
Text Example
Text Example
White with #5490BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5490BA; }
p { color: rgb(84,144,186); }
H1.HeaderClassName
{
color: #5490BA;
}
.AnyTagClassName
{
color: #5490BA;
}
</style>
background-color css
<style>
a { background-color: #5490BA; }
a { background-color: rgb(84,144,186); }
div.DivClassName
{
background-color: #5490BA;
}
.BgClassName
{
background-color: #5490BA;
}
</style>
border-color css
<style>
span { border-color: #5490BA; }
span { border-color: rgb(84,144,186); }
td.TdClassName
{
border-color: #5490BA;
}
.TagClassName
{
border-color: #5490BA;
}
</style>