Shades of Danube #598AB7
Tints of Danube #598AB7
RGB
CMYK
RGB Variations
Color information
#598AB7 (or 0x598AB7) is known color: Danube. HEX triplet: 59, 8A and B7. RGB value is (89,138,183). Sum of RGB (Red+Green+Blue) = 89+138+183=410 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.71% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 183 (71.88% from 255 or 44.63% from 410); Max value from RGB is 183 - color contains mainly: blue. Hex color #598AB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598AB7 is #A67548. Grayscale: #808080. Windows color (decimal): -10909001 or 12028505. OLE color: 12028505.
HSL color Cylindrical-coordinate representation of color #598AB7: hue angle of 208.72º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #598AB7 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 89 | 138 | 183 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.28 |
| HSL | 208.72º | 0.39% | 0.53% | - |
| HSV(B) | 208.72º | 0.51% | 0.72% | - |
| XYZ | 21.76 | 23.72 | 48.23 | - |
| YUV | 128.48 | 158.77 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 138 | 183 | 0.51 | 0.25 | 0 | 0.28 | 208.72 | 0.39 | 0.53 |
| Hex | 59 | 8A | B7 | 33 | 19 | 0 | 1C | D1 | 27 | 35 |
| Octal | 131 | 212 | 267 | 63 | 31 | 0 | 34 | 321 | 47 | 65 |
| Binary | 1011001 | 10001010 | 10110111 | 110011 | 11001 | 0 | 11100 | 11010001 | 100111 | 110101 |
Color Harmonies of #598AB7
Complementary color
Monochromatic Colors of #598AB7
Black with #598AB7
Text Example
Text Example
White with #598AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598AB7; }
p { color: rgb(89,138,183); }
H1.HeaderClassName
{
color: #598AB7;
}
.AnyTagClassName
{
color: #598AB7;
}
</style>
background-color css
<style>
a { background-color: #598AB7; }
a { background-color: rgb(89,138,183); }
div.DivClassName
{
background-color: #598AB7;
}
.BgClassName
{
background-color: #598AB7;
}
</style>
border-color css
<style>
span { border-color: #598AB7; }
span { border-color: rgb(89,138,183); }
td.TdClassName
{
border-color: #598AB7;
}
.TagClassName
{
border-color: #598AB7;
}
</style>