Shades of Danube #598FBB
Tints of Danube #598FBB
RGB
CMYK
RGB Variations
Color information
#598FBB (or 0x598FBB) is known color: Danube. HEX triplet: 59, 8F and BB. RGB value is (89,143,187). Sum of RGB (Red+Green+Blue) = 89+143+187=419 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.24% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #598FBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598FBB is #A67044. Grayscale: #838383. Windows color (decimal): -10907717 or 12291929. OLE color: 12291929.
HSL color Cylindrical-coordinate representation of color #598FBB: hue angle of 206.94º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #598FBB is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 143 | 187 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.27 |
| HSL | 206.94º | 0.42% | 0.54% | - |
| HSV(B) | 206.94º | 0.52% | 0.73% | - |
| XYZ | 22.91 | 25.36 | 50.7 | - |
| YUV | 131.87 | 159.11 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 143 | 187 | 0.52 | 0.24 | 0 | 0.27 | 206.94 | 0.42 | 0.54 |
| Hex | 59 | 8F | BB | 34 | 18 | 0 | 1B | CF | 2A | 36 |
| Octal | 131 | 217 | 273 | 64 | 30 | 0 | 33 | 317 | 52 | 66 |
| Binary | 1011001 | 10001111 | 10111011 | 110100 | 11000 | 0 | 11011 | 11001111 | 101010 | 110110 |
Color Harmonies of #598FBB
Complementary color
Monochromatic Colors of #598FBB
Black with #598FBB
Text Example
Text Example
White with #598FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598FBB; }
p { color: rgb(89,143,187); }
H1.HeaderClassName
{
color: #598FBB;
}
.AnyTagClassName
{
color: #598FBB;
}
</style>
background-color css
<style>
a { background-color: #598FBB; }
a { background-color: rgb(89,143,187); }
div.DivClassName
{
background-color: #598FBB;
}
.BgClassName
{
background-color: #598FBB;
}
</style>
border-color css
<style>
span { border-color: #598FBB; }
span { border-color: rgb(89,143,187); }
td.TdClassName
{
border-color: #598FBB;
}
.TagClassName
{
border-color: #598FBB;
}
</style>