Shades of Danube #5991CB
Tints of Danube #5991CB
RGB
CMYK
RGB Variations
Color information
#5991CB (or 0x5991CB) is known color: Danube. HEX triplet: 59, 91 and CB. RGB value is (89,145,203). Sum of RGB (Red+Green+Blue) = 89+145+203=437 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.37% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #5991CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5991CB is #A66E34. Grayscale: #868686. Windows color (decimal): -10907189 or 13341017. OLE color: 13341017.
HSL color Cylindrical-coordinate representation of color #5991CB: hue angle of 210.53º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5991CB is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 145 | 203 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.20 |
| HSL | 210.53º | 0.52% | 0.57% | - |
| HSV(B) | 210.53º | 0.56% | 0.8% | - |
| XYZ | 25.02 | 26.69 | 60.33 | - |
| YUV | 134.87 | 166.45 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 145 | 203 | 0.56 | 0.29 | 0 | 0.20 | 210.53 | 0.52 | 0.57 |
| Hex | 59 | 91 | CB | 38 | 1D | 0 | 14 | D3 | 34 | 39 |
| Octal | 131 | 221 | 313 | 70 | 35 | 0 | 24 | 323 | 64 | 71 |
| Binary | 1011001 | 10010001 | 11001011 | 111000 | 11101 | 0 | 10100 | 11010011 | 110100 | 111001 |
Color Harmonies of #5991CB
Complementary color
Monochromatic Colors of #5991CB
Black with #5991CB
Text Example
Text Example
White with #5991CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5991CB; }
p { color: rgb(89,145,203); }
H1.HeaderClassName
{
color: #5991CB;
}
.AnyTagClassName
{
color: #5991CB;
}
</style>
background-color css
<style>
a { background-color: #5991CB; }
a { background-color: rgb(89,145,203); }
div.DivClassName
{
background-color: #5991CB;
}
.BgClassName
{
background-color: #5991CB;
}
</style>
border-color css
<style>
span { border-color: #5991CB; }
span { border-color: rgb(89,145,203); }
td.TdClassName
{
border-color: #5991CB;
}
.TagClassName
{
border-color: #5991CB;
}
</style>