Shades of Danube #5990BC
Tints of Danube #5990BC
RGB
CMYK
RGB Variations
Color information
#5990BC (or 0x5990BC) is known color: Danube. HEX triplet: 59, 90 and BC. RGB value is (89,144,188). Sum of RGB (Red+Green+Blue) = 89+144+188=421 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.14% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #5990BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5990BC is #A66F43. Grayscale: #848484. Windows color (decimal): -10907460 or 12357721. OLE color: 12357721.
HSL color Cylindrical-coordinate representation of color #5990BC: hue angle of 206.67º 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 #5990BC is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 144 | 188 | - |
| CMYK | 0.53 | 0.23 | 0 | 0.26 |
| HSL | 206.67º | 0.42% | 0.54% | - |
| HSV(B) | 206.67º | 0.53% | 0.74% | - |
| XYZ | 23.17 | 25.7 | 51.32 | - |
| YUV | 132.57 | 159.28 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 144 | 188 | 0.53 | 0.23 | 0 | 0.26 | 206.67 | 0.42 | 0.54 |
| Hex | 59 | 90 | BC | 35 | 17 | 0 | 1A | CF | 2A | 36 |
| Octal | 131 | 220 | 274 | 65 | 27 | 0 | 32 | 317 | 52 | 66 |
| Binary | 1011001 | 10010000 | 10111100 | 110101 | 10111 | 0 | 11010 | 11001111 | 101010 | 110110 |
Color Harmonies of #5990BC
Complementary color
Monochromatic Colors of #5990BC
Black with #5990BC
Text Example
Text Example
White with #5990BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5990BC; }
p { color: rgb(89,144,188); }
H1.HeaderClassName
{
color: #5990BC;
}
.AnyTagClassName
{
color: #5990BC;
}
</style>
background-color css
<style>
a { background-color: #5990BC; }
a { background-color: rgb(89,144,188); }
div.DivClassName
{
background-color: #5990BC;
}
.BgClassName
{
background-color: #5990BC;
}
</style>
border-color css
<style>
span { border-color: #5990BC; }
span { border-color: rgb(89,144,188); }
td.TdClassName
{
border-color: #5990BC;
}
.TagClassName
{
border-color: #5990BC;
}
</style>