Shades of Danube #598FCB
Tints of Danube #598FCB
RGB
CMYK
RGB Variations
Color information
#598FCB (or 0x598FCB) is known color: Danube. HEX triplet: 59, 8F and CB. RGB value is (89,143,203). Sum of RGB (Red+Green+Blue) = 89+143+203=435 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.46% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #598FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598FCB is #A67034. Grayscale: #858585. Windows color (decimal): -10907701 or 13340505. OLE color: 13340505.
HSL color Cylindrical-coordinate representation of color #598FCB: hue angle of 211.58º 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 #598FCB is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 143 | 203 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.20 |
| HSL | 211.58º | 0.52% | 0.57% | - |
| HSV(B) | 211.58º | 0.56% | 0.8% | - |
| XYZ | 24.72 | 26.08 | 60.23 | - |
| YUV | 133.69 | 167.11 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 143 | 203 | 0.56 | 0.30 | 0 | 0.20 | 211.58 | 0.52 | 0.57 |
| Hex | 59 | 8F | CB | 38 | 1E | 0 | 14 | D4 | 34 | 39 |
| Octal | 131 | 217 | 313 | 70 | 36 | 0 | 24 | 324 | 64 | 71 |
| Binary | 1011001 | 10001111 | 11001011 | 111000 | 11110 | 0 | 10100 | 11010100 | 110100 | 111001 |
Color Harmonies of #598FCB
Complementary color
Monochromatic Colors of #598FCB
Black with #598FCB
Text Example
Text Example
White with #598FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598FCB; }
p { color: rgb(89,143,203); }
H1.HeaderClassName
{
color: #598FCB;
}
.AnyTagClassName
{
color: #598FCB;
}
</style>
background-color css
<style>
a { background-color: #598FCB; }
a { background-color: rgb(89,143,203); }
div.DivClassName
{
background-color: #598FCB;
}
.BgClassName
{
background-color: #598FCB;
}
</style>
border-color css
<style>
span { border-color: #598FCB; }
span { border-color: rgb(89,143,203); }
td.TdClassName
{
border-color: #598FCB;
}
.TagClassName
{
border-color: #598FCB;
}
</style>