Shades of Danube #598ABC
Tints of Danube #598ABC
RGB
CMYK
RGB Variations
Color information
#598ABC (or 0x598ABC) is known color: Danube. HEX triplet: 59, 8A and BC. RGB value is (89,138,188). Sum of RGB (Red+Green+Blue) = 89+138+188=415 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.45% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #598ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598ABC is #A67543. Grayscale: #808080. Windows color (decimal): -10908996 or 12356185. OLE color: 12356185.
HSL color Cylindrical-coordinate representation of color #598ABC: hue angle of 210.3º 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 #598ABC is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 138 | 188 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.26 |
| HSL | 210.3º | 0.42% | 0.54% | - |
| HSV(B) | 210.3º | 0.53% | 0.74% | - |
| XYZ | 22.29 | 23.93 | 51.02 | - |
| YUV | 129.05 | 161.27 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 138 | 188 | 0.53 | 0.27 | 0 | 0.26 | 210.3 | 0.42 | 0.54 |
| Hex | 59 | 8A | BC | 35 | 1B | 0 | 1A | D2 | 2A | 36 |
| Octal | 131 | 212 | 274 | 65 | 33 | 0 | 32 | 322 | 52 | 66 |
| Binary | 1011001 | 10001010 | 10111100 | 110101 | 11011 | 0 | 11010 | 11010010 | 101010 | 110110 |
Color Harmonies of #598ABC
Complementary color
Monochromatic Colors of #598ABC
Black with #598ABC
Text Example
Text Example
White with #598ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598ABC; }
p { color: rgb(89,138,188); }
H1.HeaderClassName
{
color: #598ABC;
}
.AnyTagClassName
{
color: #598ABC;
}
</style>
background-color css
<style>
a { background-color: #598ABC; }
a { background-color: rgb(89,138,188); }
div.DivClassName
{
background-color: #598ABC;
}
.BgClassName
{
background-color: #598ABC;
}
</style>
border-color css
<style>
span { border-color: #598ABC; }
span { border-color: rgb(89,138,188); }
td.TdClassName
{
border-color: #598ABC;
}
.TagClassName
{
border-color: #598ABC;
}
</style>