Shades of Danube #598AB5
Tints of Danube #598AB5
RGB
CMYK
RGB Variations
Color information
#598AB5 (or 0x598AB5) is known color: Danube. HEX triplet: 59, 8A and B5. RGB value is (89,138,181). Sum of RGB (Red+Green+Blue) = 89+138+181=408 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.81% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 181 (71.09% from 255 or 44.36% from 408); Max value from RGB is 181 - color contains mainly: blue. Hex color #598AB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598AB5 is #A6754A. Grayscale: #808080. Windows color (decimal): -10909003 or 11897433. OLE color: 11897433.
HSL color Cylindrical-coordinate representation of color #598AB5: hue angle of 208.04º 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 #598AB5 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 138 | 181 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.29 |
| HSL | 208.04º | 0.38% | 0.53% | - |
| HSV(B) | 208.04º | 0.51% | 0.71% | - |
| XYZ | 21.55 | 23.64 | 47.14 | - |
| YUV | 128.25 | 157.77 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 138 | 181 | 0.51 | 0.24 | 0 | 0.29 | 208.04 | 0.38 | 0.53 |
| Hex | 59 | 8A | B5 | 33 | 18 | 0 | 1D | D0 | 26 | 35 |
| Octal | 131 | 212 | 265 | 63 | 30 | 0 | 35 | 320 | 46 | 65 |
| Binary | 1011001 | 10001010 | 10110101 | 110011 | 11000 | 0 | 11101 | 11010000 | 100110 | 110101 |
Color Harmonies of #598AB5
Complementary color
Monochromatic Colors of #598AB5
Black with #598AB5
Text Example
Text Example
White with #598AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598AB5; }
p { color: rgb(89,138,181); }
H1.HeaderClassName
{
color: #598AB5;
}
.AnyTagClassName
{
color: #598AB5;
}
</style>
background-color css
<style>
a { background-color: #598AB5; }
a { background-color: rgb(89,138,181); }
div.DivClassName
{
background-color: #598AB5;
}
.BgClassName
{
background-color: #598AB5;
}
</style>
border-color css
<style>
span { border-color: #598AB5; }
span { border-color: rgb(89,138,181); }
td.TdClassName
{
border-color: #598AB5;
}
.TagClassName
{
border-color: #598AB5;
}
</style>