Shades of Danube #5991CE
Tints of Danube #5991CE
RGB
CMYK
RGB Variations
Color information
#5991CE (or 0x5991CE) is known color: Danube. HEX triplet: 59, 91 and CE. RGB value is (89,145,206). Sum of RGB (Red+Green+Blue) = 89+145+206=440 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.23% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #5991CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5991CE is #A66E31. Grayscale: #868686. Windows color (decimal): -10907186 or 13537625. OLE color: 13537625.
HSL color Cylindrical-coordinate representation of color #5991CE: hue angle of 211.28º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5991CE is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 145 | 206 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.19 |
| HSL | 211.28º | 0.54% | 0.58% | - |
| HSV(B) | 211.28º | 0.57% | 0.81% | - |
| XYZ | 25.39 | 26.83 | 62.23 | - |
| YUV | 135.21 | 167.95 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 145 | 206 | 0.57 | 0.30 | 0 | 0.19 | 211.28 | 0.54 | 0.58 |
| Hex | 59 | 91 | CE | 39 | 1E | 0 | 13 | D3 | 36 | 3A |
| Octal | 131 | 221 | 316 | 71 | 36 | 0 | 23 | 323 | 66 | 72 |
| Binary | 1011001 | 10010001 | 11001110 | 111001 | 11110 | 0 | 10011 | 11010011 | 110110 | 111010 |
Color Harmonies of #5991CE
Complementary color
Monochromatic Colors of #5991CE
Black with #5991CE
Text Example
Text Example
White with #5991CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5991CE; }
p { color: rgb(89,145,206); }
H1.HeaderClassName
{
color: #5991CE;
}
.AnyTagClassName
{
color: #5991CE;
}
</style>
background-color css
<style>
a { background-color: #5991CE; }
a { background-color: rgb(89,145,206); }
div.DivClassName
{
background-color: #5991CE;
}
.BgClassName
{
background-color: #5991CE;
}
</style>
border-color css
<style>
span { border-color: #5991CE; }
span { border-color: rgb(89,145,206); }
td.TdClassName
{
border-color: #5991CE;
}
.TagClassName
{
border-color: #5991CE;
}
</style>