Shades of Danube #598CBC
Tints of Danube #598CBC
RGB
CMYK
RGB Variations
Color information
#598CBC (or 0x598CBC) is known color: Danube. HEX triplet: 59, 8C and BC. RGB value is (89,140,188). Sum of RGB (Red+Green+Blue) = 89+140+188=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #598CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598CBC is #A67343. Grayscale: #818181. Windows color (decimal): -10908484 or 12356697. OLE color: 12356697.
HSL color Cylindrical-coordinate representation of color #598CBC: hue angle of 209.09º 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 #598CBC is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 140 | 188 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.26 |
| HSL | 209.09º | 0.42% | 0.54% | - |
| HSV(B) | 209.09º | 0.53% | 0.74% | - |
| XYZ | 22.58 | 24.51 | 51.12 | - |
| YUV | 130.22 | 160.6 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 140 | 188 | 0.53 | 0.26 | 0 | 0.26 | 209.09 | 0.42 | 0.54 |
| Hex | 59 | 8C | BC | 35 | 1A | 0 | 1A | D1 | 2A | 36 |
| Octal | 131 | 214 | 274 | 65 | 32 | 0 | 32 | 321 | 52 | 66 |
| Binary | 1011001 | 10001100 | 10111100 | 110101 | 11010 | 0 | 11010 | 11010001 | 101010 | 110110 |
Color Harmonies of #598CBC
Complementary color
Monochromatic Colors of #598CBC
Black with #598CBC
Text Example
Text Example
White with #598CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598CBC; }
p { color: rgb(89,140,188); }
H1.HeaderClassName
{
color: #598CBC;
}
.AnyTagClassName
{
color: #598CBC;
}
</style>
background-color css
<style>
a { background-color: #598CBC; }
a { background-color: rgb(89,140,188); }
div.DivClassName
{
background-color: #598CBC;
}
.BgClassName
{
background-color: #598CBC;
}
</style>
border-color css
<style>
span { border-color: #598CBC; }
span { border-color: rgb(89,140,188); }
td.TdClassName
{
border-color: #598CBC;
}
.TagClassName
{
border-color: #598CBC;
}
</style>