Shades of Danube #5985B4
Tints of Danube #5985B4
RGB
CMYK
RGB Variations
Color information
#5985B4 (or 0x5985B4) is known color: Danube. HEX triplet: 59, 85 and B4. RGB value is (89,133,180). Sum of RGB (Red+Green+Blue) = 89+133+180=402 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.14% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 180 (70.70% from 255 or 44.78% from 402); Max value from RGB is 180 - color contains mainly: blue. Hex color #5985B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5985B4 is #A67A4B. Grayscale: #7C7C7C. Windows color (decimal): -10910284 or 11830617. OLE color: 11830617.
HSL color Cylindrical-coordinate representation of color #5985B4: hue angle of 210.99º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5985B4 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 133 | 180 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.29 |
| HSL | 210.99º | 0.38% | 0.53% | - |
| HSV(B) | 210.99º | 0.51% | 0.71% | - |
| XYZ | 20.75 | 22.19 | 46.37 | - |
| YUV | 125.2 | 158.92 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 133 | 180 | 0.51 | 0.26 | 0 | 0.29 | 210.99 | 0.38 | 0.53 |
| Hex | 59 | 85 | B4 | 33 | 1A | 0 | 1D | D3 | 26 | 35 |
| Octal | 131 | 205 | 264 | 63 | 32 | 0 | 35 | 323 | 46 | 65 |
| Binary | 1011001 | 10000101 | 10110100 | 110011 | 11010 | 0 | 11101 | 11010011 | 100110 | 110101 |
Color Harmonies of #5985B4
Complementary color
Monochromatic Colors of #5985B4
Black with #5985B4
Text Example
Text Example
White with #5985B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5985B4; }
p { color: rgb(89,133,180); }
H1.HeaderClassName
{
color: #5985B4;
}
.AnyTagClassName
{
color: #5985B4;
}
</style>
background-color css
<style>
a { background-color: #5985B4; }
a { background-color: rgb(89,133,180); }
div.DivClassName
{
background-color: #5985B4;
}
.BgClassName
{
background-color: #5985B4;
}
</style>
border-color css
<style>
span { border-color: #5985B4; }
span { border-color: rgb(89,133,180); }
td.TdClassName
{
border-color: #5985B4;
}
.TagClassName
{
border-color: #5985B4;
}
</style>