Shades of Danube #5490BF
Tints of Danube #5490BF
RGB
CMYK
RGB Variations
Color information
#5490BF (or 0x5490BF) is known color: Danube. HEX triplet: 54, 90 and BF. RGB value is (84,144,191). Sum of RGB (Red+Green+Blue) = 84+144+191=419 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.05% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #5490BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5490BF is #AB6F40. Grayscale: #838383. Windows color (decimal): -11235137 or 12554324. OLE color: 12554324.
HSL color Cylindrical-coordinate representation of color #5490BF: hue angle of 206.36º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5490BF is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 144 | 191 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.25 |
| HSL | 206.36º | 0.46% | 0.54% | - |
| HSV(B) | 206.36º | 0.56% | 0.75% | - |
| XYZ | 23.03 | 25.59 | 53.02 | - |
| YUV | 131.42 | 161.62 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 144 | 191 | 0.56 | 0.25 | 0 | 0.25 | 206.36 | 0.46 | 0.54 |
| Hex | 54 | 90 | BF | 38 | 19 | 0 | 19 | CE | 2E | 36 |
| Octal | 124 | 220 | 277 | 70 | 31 | 0 | 31 | 316 | 56 | 66 |
| Binary | 1010100 | 10010000 | 10111111 | 111000 | 11001 | 0 | 11001 | 11001110 | 101110 | 110110 |
Color Harmonies of #5490BF
Complementary color
Monochromatic Colors of #5490BF
Black with #5490BF
Text Example
Text Example
White with #5490BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5490BF; }
p { color: rgb(84,144,191); }
H1.HeaderClassName
{
color: #5490BF;
}
.AnyTagClassName
{
color: #5490BF;
}
</style>
background-color css
<style>
a { background-color: #5490BF; }
a { background-color: rgb(84,144,191); }
div.DivClassName
{
background-color: #5490BF;
}
.BgClassName
{
background-color: #5490BF;
}
</style>
border-color css
<style>
span { border-color: #5490BF; }
span { border-color: rgb(84,144,191); }
td.TdClassName
{
border-color: #5490BF;
}
.TagClassName
{
border-color: #5490BF;
}
</style>