Shades of Danube #5986B3
Tints of Danube #5986B3
RGB
CMYK
RGB Variations
Color information
#5986B3 (or 0x5986B3) is known color: Danube. HEX triplet: 59, 86 and B3. RGB value is (89,134,179). Sum of RGB (Red+Green+Blue) = 89+134+179=402 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.14% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 179 - color contains mainly: blue. Hex color #5986B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5986B3 is #A6794C. Grayscale: #7D7D7D. Windows color (decimal): -10910029 or 11765337. OLE color: 11765337.
HSL color Cylindrical-coordinate representation of color #5986B3: hue angle of 210º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5986B3 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 89 | 134 | 179 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.30 |
| HSL | 210º | 0.37% | 0.53% | - |
| HSV(B) | 210º | 0.5% | 0.7% | - |
| XYZ | 20.78 | 22.43 | 45.88 | - |
| YUV | 125.68 | 158.09 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 134 | 179 | 0.50 | 0.25 | 0 | 0.30 | 210 | 0.37 | 0.53 |
| Hex | 59 | 86 | B3 | 32 | 19 | 0 | 1E | D2 | 25 | 35 |
| Octal | 131 | 206 | 263 | 62 | 31 | 0 | 36 | 322 | 45 | 65 |
| Binary | 1011001 | 10000110 | 10110011 | 110010 | 11001 | 0 | 11110 | 11010010 | 100101 | 110101 |
Color Harmonies of #5986B3
Complementary color
Monochromatic Colors of #5986B3
Black with #5986B3
Text Example
Text Example
White with #5986B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5986B3; }
p { color: rgb(89,134,179); }
H1.HeaderClassName
{
color: #5986B3;
}
.AnyTagClassName
{
color: #5986B3;
}
</style>
background-color css
<style>
a { background-color: #5986B3; }
a { background-color: rgb(89,134,179); }
div.DivClassName
{
background-color: #5986B3;
}
.BgClassName
{
background-color: #5986B3;
}
</style>
border-color css
<style>
span { border-color: #5986B3; }
span { border-color: rgb(89,134,179); }
td.TdClassName
{
border-color: #5986B3;
}
.TagClassName
{
border-color: #5986B3;
}
</style>