Shades of Danube #598FB8
Tints of Danube #598FB8
RGB
CMYK
RGB Variations
Color information
#598FB8 (or 0x598FB8) is known color: Danube. HEX triplet: 59, 8F and B8. RGB value is (89,143,184). Sum of RGB (Red+Green+Blue) = 89+143+184=416 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.39% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 184 (72.27% from 255 or 44.23% from 416); Max value from RGB is 184 - color contains mainly: blue. Hex color #598FB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598FB8 is #A67047. Grayscale: #838383. Windows color (decimal): -10907720 or 12095321. OLE color: 12095321.
HSL color Cylindrical-coordinate representation of color #598FB8: hue angle of 205.89º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #598FB8 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 89 | 143 | 184 | - |
| CMYK | 0.52 | 0.22 | 0 | 0.28 |
| HSL | 205.89º | 0.4% | 0.54% | - |
| HSV(B) | 205.89º | 0.52% | 0.72% | - |
| XYZ | 22.59 | 25.23 | 49.03 | - |
| YUV | 131.53 | 157.61 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 143 | 184 | 0.52 | 0.22 | 0 | 0.28 | 205.89 | 0.4 | 0.54 |
| Hex | 59 | 8F | B8 | 34 | 16 | 0 | 1C | CE | 28 | 36 |
| Octal | 131 | 217 | 270 | 64 | 26 | 0 | 34 | 316 | 50 | 66 |
| Binary | 1011001 | 10001111 | 10111000 | 110100 | 10110 | 0 | 11100 | 11001110 | 101000 | 110110 |
Color Harmonies of #598FB8
Complementary color
Monochromatic Colors of #598FB8
Black with #598FB8
Text Example
Text Example
White with #598FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598FB8; }
p { color: rgb(89,143,184); }
H1.HeaderClassName
{
color: #598FB8;
}
.AnyTagClassName
{
color: #598FB8;
}
</style>
background-color css
<style>
a { background-color: #598FB8; }
a { background-color: rgb(89,143,184); }
div.DivClassName
{
background-color: #598FB8;
}
.BgClassName
{
background-color: #598FB8;
}
</style>
border-color css
<style>
span { border-color: #598FB8; }
span { border-color: rgb(89,143,184); }
td.TdClassName
{
border-color: #598FB8;
}
.TagClassName
{
border-color: #598FB8;
}
</style>