Shades of Danube #598BCB
Tints of Danube #598BCB
RGB
CMYK
RGB Variations
Color information
#598BCB (or 0x598BCB) is known color: Danube. HEX triplet: 59, 8B and CB. RGB value is (89,139,203). Sum of RGB (Red+Green+Blue) = 89+139+203=431 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.65% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #598BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598BCB is #A67434. Grayscale: #838383. Windows color (decimal): -10908725 or 13339481. OLE color: 13339481.
HSL color Cylindrical-coordinate representation of color #598BCB: hue angle of 213.68º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #598BCB is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 139 | 203 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.20 |
| HSL | 213.68º | 0.52% | 0.57% | - |
| HSV(B) | 213.68º | 0.56% | 0.8% | - |
| XYZ | 24.13 | 24.9 | 60.03 | - |
| YUV | 131.35 | 168.44 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 139 | 203 | 0.56 | 0.32 | 0 | 0.20 | 213.68 | 0.52 | 0.57 |
| Hex | 59 | 8B | CB | 38 | 20 | 0 | 14 | D6 | 34 | 39 |
| Octal | 131 | 213 | 313 | 70 | 40 | 0 | 24 | 326 | 64 | 71 |
| Binary | 1011001 | 10001011 | 11001011 | 111000 | 100000 | 0 | 10100 | 11010110 | 110100 | 111001 |
Color Harmonies of #598BCB
Complementary color
Monochromatic Colors of #598BCB
Black with #598BCB
Text Example
Text Example
White with #598BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598BCB; }
p { color: rgb(89,139,203); }
H1.HeaderClassName
{
color: #598BCB;
}
.AnyTagClassName
{
color: #598BCB;
}
</style>
background-color css
<style>
a { background-color: #598BCB; }
a { background-color: rgb(89,139,203); }
div.DivClassName
{
background-color: #598BCB;
}
.BgClassName
{
background-color: #598BCB;
}
</style>
border-color css
<style>
span { border-color: #598BCB; }
span { border-color: rgb(89,139,203); }
td.TdClassName
{
border-color: #598BCB;
}
.TagClassName
{
border-color: #598BCB;
}
</style>