Shades of Danube #5991BC
Tints of Danube #5991BC
RGB
CMYK
RGB Variations
Color information
#5991BC (or 0x5991BC) is known color: Danube. HEX triplet: 59, 91 and BC. RGB value is (89,145,188). Sum of RGB (Red+Green+Blue) = 89+145+188=422 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.09% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #5991BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5991BC is #A66E43. Grayscale: #848484. Windows color (decimal): -10907204 or 12357977. OLE color: 12357977.
HSL color Cylindrical-coordinate representation of color #5991BC: hue angle of 206.06º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5991BC is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 145 | 188 | - |
| CMYK | 0.53 | 0.23 | 0 | 0.26 |
| HSL | 206.06º | 0.42% | 0.54% | - |
| HSV(B) | 206.06º | 0.53% | 0.74% | - |
| XYZ | 23.32 | 26.01 | 51.37 | - |
| YUV | 133.16 | 158.95 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 145 | 188 | 0.53 | 0.23 | 0 | 0.26 | 206.06 | 0.42 | 0.54 |
| Hex | 59 | 91 | BC | 35 | 17 | 0 | 1A | CE | 2A | 36 |
| Octal | 131 | 221 | 274 | 65 | 27 | 0 | 32 | 316 | 52 | 66 |
| Binary | 1011001 | 10010001 | 10111100 | 110101 | 10111 | 0 | 11010 | 11001110 | 101010 | 110110 |
Color Harmonies of #5991BC
Complementary color
Monochromatic Colors of #5991BC
Black with #5991BC
Text Example
Text Example
White with #5991BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5991BC; }
p { color: rgb(89,145,188); }
H1.HeaderClassName
{
color: #5991BC;
}
.AnyTagClassName
{
color: #5991BC;
}
</style>
background-color css
<style>
a { background-color: #5991BC; }
a { background-color: rgb(89,145,188); }
div.DivClassName
{
background-color: #5991BC;
}
.BgClassName
{
background-color: #5991BC;
}
</style>
border-color css
<style>
span { border-color: #5991BC; }
span { border-color: rgb(89,145,188); }
td.TdClassName
{
border-color: #5991BC;
}
.TagClassName
{
border-color: #5991BC;
}
</style>