Shades of Danube #598CBB
Tints of Danube #598CBB
RGB
CMYK
RGB Variations
Color information
#598CBB (or 0x598CBB) is known color: Danube. HEX triplet: 59, 8C and BB. RGB value is (89,140,187). Sum of RGB (Red+Green+Blue) = 89+140+187=416 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.39% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #598CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598CBB is #A67344. Grayscale: #818181. Windows color (decimal): -10908485 or 12291161. OLE color: 12291161.
HSL color Cylindrical-coordinate representation of color #598CBB: hue angle of 208.78º 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 #598CBB is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 140 | 187 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.27 |
| HSL | 208.78º | 0.42% | 0.54% | - |
| HSV(B) | 208.78º | 0.52% | 0.73% | - |
| XYZ | 22.47 | 24.47 | 50.55 | - |
| YUV | 130.11 | 160.1 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 140 | 187 | 0.52 | 0.25 | 0 | 0.27 | 208.78 | 0.42 | 0.54 |
| Hex | 59 | 8C | BB | 34 | 19 | 0 | 1B | D1 | 2A | 36 |
| Octal | 131 | 214 | 273 | 64 | 31 | 0 | 33 | 321 | 52 | 66 |
| Binary | 1011001 | 10001100 | 10111011 | 110100 | 11001 | 0 | 11011 | 11010001 | 101010 | 110110 |
Color Harmonies of #598CBB
Complementary color
Monochromatic Colors of #598CBB
Black with #598CBB
Text Example
Text Example
White with #598CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598CBB; }
p { color: rgb(89,140,187); }
H1.HeaderClassName
{
color: #598CBB;
}
.AnyTagClassName
{
color: #598CBB;
}
</style>
background-color css
<style>
a { background-color: #598CBB; }
a { background-color: rgb(89,140,187); }
div.DivClassName
{
background-color: #598CBB;
}
.BgClassName
{
background-color: #598CBB;
}
</style>
border-color css
<style>
span { border-color: #598CBB; }
span { border-color: rgb(89,140,187); }
td.TdClassName
{
border-color: #598CBB;
}
.TagClassName
{
border-color: #598CBB;
}
</style>