Shades of Danube #5990BD
Tints of Danube #5990BD
RGB
CMYK
RGB Variations
Color information
#5990BD (or 0x5990BD) is known color: Danube. HEX triplet: 59, 90 and BD. RGB value is (89,144,189). Sum of RGB (Red+Green+Blue) = 89+144+189=422 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.09% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #5990BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5990BD is #A66F42. Grayscale: #848484. Windows color (decimal): -10907459 or 12423257. OLE color: 12423257.
HSL color Cylindrical-coordinate representation of color #5990BD: hue angle of 207º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5990BD is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 144 | 189 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.26 |
| HSL | 207º | 0.43% | 0.55% | - |
| HSV(B) | 207º | 0.53% | 0.74% | - |
| XYZ | 23.28 | 25.74 | 51.89 | - |
| YUV | 132.69 | 159.78 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 144 | 189 | 0.53 | 0.24 | 0 | 0.26 | 207 | 0.43 | 0.55 |
| Hex | 59 | 90 | BD | 35 | 18 | 0 | 1A | CF | 2B | 37 |
| Octal | 131 | 220 | 275 | 65 | 30 | 0 | 32 | 317 | 53 | 67 |
| Binary | 1011001 | 10010000 | 10111101 | 110101 | 11000 | 0 | 11010 | 11001111 | 101011 | 110111 |
Color Harmonies of #5990BD
Complementary color
Monochromatic Colors of #5990BD
Black with #5990BD
Text Example
Text Example
White with #5990BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5990BD; }
p { color: rgb(89,144,189); }
H1.HeaderClassName
{
color: #5990BD;
}
.AnyTagClassName
{
color: #5990BD;
}
</style>
background-color css
<style>
a { background-color: #5990BD; }
a { background-color: rgb(89,144,189); }
div.DivClassName
{
background-color: #5990BD;
}
.BgClassName
{
background-color: #5990BD;
}
</style>
border-color css
<style>
span { border-color: #5990BD; }
span { border-color: rgb(89,144,189); }
td.TdClassName
{
border-color: #5990BD;
}
.TagClassName
{
border-color: #5990BD;
}
</style>