Shades of Danube #5992CB
Tints of Danube #5992CB
RGB
CMYK
RGB Variations
Color information
#5992CB (or 0x5992CB) is known color: Danube. HEX triplet: 59, 92 and CB. RGB value is (89,146,203). Sum of RGB (Red+Green+Blue) = 89+146+203=438 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.32% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #5992CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5992CB is #A66D34. Grayscale: #878787. Windows color (decimal): -10906933 or 13341273. OLE color: 13341273.
HSL color Cylindrical-coordinate representation of color #5992CB: hue angle of 210º 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 #5992CB is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 146 | 203 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.20 |
| HSL | 210º | 0.52% | 0.57% | - |
| HSV(B) | 210º | 0.56% | 0.8% | - |
| XYZ | 25.18 | 26.99 | 60.38 | - |
| YUV | 135.46 | 166.12 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 146 | 203 | 0.56 | 0.28 | 0 | 0.20 | 210 | 0.52 | 0.57 |
| Hex | 59 | 92 | CB | 38 | 1C | 0 | 14 | D2 | 34 | 39 |
| Octal | 131 | 222 | 313 | 70 | 34 | 0 | 24 | 322 | 64 | 71 |
| Binary | 1011001 | 10010010 | 11001011 | 111000 | 11100 | 0 | 10100 | 11010010 | 110100 | 111001 |
Color Harmonies of #5992CB
Complementary color
Monochromatic Colors of #5992CB
Black with #5992CB
Text Example
Text Example
White with #5992CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5992CB; }
p { color: rgb(89,146,203); }
H1.HeaderClassName
{
color: #5992CB;
}
.AnyTagClassName
{
color: #5992CB;
}
</style>
background-color css
<style>
a { background-color: #5992CB; }
a { background-color: rgb(89,146,203); }
div.DivClassName
{
background-color: #5992CB;
}
.BgClassName
{
background-color: #5992CB;
}
</style>
border-color css
<style>
span { border-color: #5992CB; }
span { border-color: rgb(89,146,203); }
td.TdClassName
{
border-color: #5992CB;
}
.TagClassName
{
border-color: #5992CB;
}
</style>