Shades of Danube #5987BC
Tints of Danube #5987BC
RGB
CMYK
RGB Variations
Color information
#5987BC (or 0x5987BC) is known color: Danube. HEX triplet: 59, 87 and BC. RGB value is (89,135,188). Sum of RGB (Red+Green+Blue) = 89+135+188=412 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.60% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #5987BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5987BC is #A67843. Grayscale: #7F7F7F. Windows color (decimal): -10909764 or 12355417. OLE color: 12355417.
HSL color Cylindrical-coordinate representation of color #5987BC: hue angle of 212.12º 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 #5987BC is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 135 | 188 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.26 |
| HSL | 212.12º | 0.42% | 0.54% | - |
| HSV(B) | 212.12º | 0.53% | 0.74% | - |
| XYZ | 21.86 | 23.08 | 50.88 | - |
| YUV | 127.29 | 162.26 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 135 | 188 | 0.53 | 0.28 | 0 | 0.26 | 212.12 | 0.42 | 0.54 |
| Hex | 59 | 87 | BC | 35 | 1C | 0 | 1A | D4 | 2A | 36 |
| Octal | 131 | 207 | 274 | 65 | 34 | 0 | 32 | 324 | 52 | 66 |
| Binary | 1011001 | 10000111 | 10111100 | 110101 | 11100 | 0 | 11010 | 11010100 | 101010 | 110110 |
Color Harmonies of #5987BC
Complementary color
Monochromatic Colors of #5987BC
Black with #5987BC
Text Example
Text Example
White with #5987BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5987BC; }
p { color: rgb(89,135,188); }
H1.HeaderClassName
{
color: #5987BC;
}
.AnyTagClassName
{
color: #5987BC;
}
</style>
background-color css
<style>
a { background-color: #5987BC; }
a { background-color: rgb(89,135,188); }
div.DivClassName
{
background-color: #5987BC;
}
.BgClassName
{
background-color: #5987BC;
}
</style>
border-color css
<style>
span { border-color: #5987BC; }
span { border-color: rgb(89,135,188); }
td.TdClassName
{
border-color: #5987BC;
}
.TagClassName
{
border-color: #5987BC;
}
</style>