Shades of Danube #598FCD
Tints of Danube #598FCD
RGB
CMYK
RGB Variations
Color information
#598FCD (or 0x598FCD) is known color: Danube. HEX triplet: 59, 8F and CD. RGB value is (89,143,205). Sum of RGB (Red+Green+Blue) = 89+143+205=437 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.37% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #598FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598FCD is #A67032. Grayscale: #858585. Windows color (decimal): -10907699 or 13471577. OLE color: 13471577.
HSL color Cylindrical-coordinate representation of color #598FCD: hue angle of 212.07º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #598FCD is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 143 | 205 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.20 |
| HSL | 212.07º | 0.54% | 0.58% | - |
| HSV(B) | 212.07º | 0.57% | 0.8% | - |
| XYZ | 24.96 | 26.18 | 61.49 | - |
| YUV | 133.92 | 168.11 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 143 | 205 | 0.57 | 0.30 | 0 | 0.20 | 212.07 | 0.54 | 0.58 |
| Hex | 59 | 8F | CD | 39 | 1E | 0 | 14 | D4 | 36 | 3A |
| Octal | 131 | 217 | 315 | 71 | 36 | 0 | 24 | 324 | 66 | 72 |
| Binary | 1011001 | 10001111 | 11001101 | 111001 | 11110 | 0 | 10100 | 11010100 | 110110 | 111010 |
Color Harmonies of #598FCD
Complementary color
Monochromatic Colors of #598FCD
Black with #598FCD
Text Example
Text Example
White with #598FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598FCD; }
p { color: rgb(89,143,205); }
H1.HeaderClassName
{
color: #598FCD;
}
.AnyTagClassName
{
color: #598FCD;
}
</style>
background-color css
<style>
a { background-color: #598FCD; }
a { background-color: rgb(89,143,205); }
div.DivClassName
{
background-color: #598FCD;
}
.BgClassName
{
background-color: #598FCD;
}
</style>
border-color css
<style>
span { border-color: #598FCD; }
span { border-color: rgb(89,143,205); }
td.TdClassName
{
border-color: #598FCD;
}
.TagClassName
{
border-color: #598FCD;
}
</style>