Shades of Danube #598CCB
Tints of Danube #598CCB
RGB
CMYK
RGB Variations
Color information
#598CCB (or 0x598CCB) is known color: Danube. HEX triplet: 59, 8C and CB. RGB value is (89,140,203). Sum of RGB (Red+Green+Blue) = 89+140+203=432 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.60% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #598CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598CCB is #A67334. Grayscale: #838383. Windows color (decimal): -10908469 or 13339737. OLE color: 13339737.
HSL color Cylindrical-coordinate representation of color #598CCB: hue angle of 213.16º 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 #598CCB is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 140 | 203 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.20 |
| HSL | 213.16º | 0.52% | 0.57% | - |
| HSV(B) | 213.16º | 0.56% | 0.8% | - |
| XYZ | 24.28 | 25.19 | 60.08 | - |
| YUV | 131.93 | 168.1 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 140 | 203 | 0.56 | 0.31 | 0 | 0.20 | 213.16 | 0.52 | 0.57 |
| Hex | 59 | 8C | CB | 38 | 1F | 0 | 14 | D5 | 34 | 39 |
| Octal | 131 | 214 | 313 | 70 | 37 | 0 | 24 | 325 | 64 | 71 |
| Binary | 1011001 | 10001100 | 11001011 | 111000 | 11111 | 0 | 10100 | 11010101 | 110100 | 111001 |
Color Harmonies of #598CCB
Complementary color
Monochromatic Colors of #598CCB
Black with #598CCB
Text Example
Text Example
White with #598CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598CCB; }
p { color: rgb(89,140,203); }
H1.HeaderClassName
{
color: #598CCB;
}
.AnyTagClassName
{
color: #598CCB;
}
</style>
background-color css
<style>
a { background-color: #598CCB; }
a { background-color: rgb(89,140,203); }
div.DivClassName
{
background-color: #598CCB;
}
.BgClassName
{
background-color: #598CCB;
}
</style>
border-color css
<style>
span { border-color: #598CCB; }
span { border-color: rgb(89,140,203); }
td.TdClassName
{
border-color: #598CCB;
}
.TagClassName
{
border-color: #598CCB;
}
</style>