Shades of Danube #5990CB
Tints of Danube #5990CB
RGB
CMYK
RGB Variations
Color information
#5990CB (or 0x5990CB) is known color: Danube. HEX triplet: 59, 90 and CB. RGB value is (89,144,203). Sum of RGB (Red+Green+Blue) = 89+144+203=436 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.41% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #5990CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5990CB is #A66F34. Grayscale: #858585. Windows color (decimal): -10907445 or 13340761. OLE color: 13340761.
HSL color Cylindrical-coordinate representation of color #5990CB: hue angle of 211.05º 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 #5990CB is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 144 | 203 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.20 |
| HSL | 211.05º | 0.52% | 0.57% | - |
| HSV(B) | 211.05º | 0.56% | 0.8% | - |
| XYZ | 24.87 | 26.38 | 60.28 | - |
| YUV | 134.28 | 166.78 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 144 | 203 | 0.56 | 0.29 | 0 | 0.20 | 211.05 | 0.52 | 0.57 |
| Hex | 59 | 90 | CB | 38 | 1D | 0 | 14 | D3 | 34 | 39 |
| Octal | 131 | 220 | 313 | 70 | 35 | 0 | 24 | 323 | 64 | 71 |
| Binary | 1011001 | 10010000 | 11001011 | 111000 | 11101 | 0 | 10100 | 11010011 | 110100 | 111001 |
Color Harmonies of #5990CB
Complementary color
Monochromatic Colors of #5990CB
Black with #5990CB
Text Example
Text Example
White with #5990CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5990CB; }
p { color: rgb(89,144,203); }
H1.HeaderClassName
{
color: #5990CB;
}
.AnyTagClassName
{
color: #5990CB;
}
</style>
background-color css
<style>
a { background-color: #5990CB; }
a { background-color: rgb(89,144,203); }
div.DivClassName
{
background-color: #5990CB;
}
.BgClassName
{
background-color: #5990CB;
}
</style>
border-color css
<style>
span { border-color: #5990CB; }
span { border-color: rgb(89,144,203); }
td.TdClassName
{
border-color: #5990CB;
}
.TagClassName
{
border-color: #5990CB;
}
</style>