Shades of Danube #598FD1
Tints of Danube #598FD1
RGB
CMYK
RGB Variations
Color information
#598FD1 (or 0x598FD1) is known color: Danube. HEX triplet: 59, 8F and D1. RGB value is (89,143,209). Sum of RGB (Red+Green+Blue) = 89+143+209=441 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.18% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 209 (82.03% from 255 or 47.39% from 441); Max value from RGB is 209 - color contains mainly: blue. Hex color #598FD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598FD1 is #A6702E. Grayscale: #868686. Windows color (decimal): -10907695 or 13733721. OLE color: 13733721.
HSL color Cylindrical-coordinate representation of color #598FD1: hue angle of 213º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #598FD1 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 143 | 209 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.18 |
| HSL | 213º | 0.57% | 0.58% | - |
| HSV(B) | 213º | 0.57% | 0.82% | - |
| XYZ | 25.45 | 26.37 | 64.07 | - |
| YUV | 134.38 | 170.11 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 143 | 209 | 0.57 | 0.32 | 0 | 0.18 | 213 | 0.57 | 0.58 |
| Hex | 59 | 8F | D1 | 39 | 20 | 0 | 12 | D5 | 39 | 3A |
| Octal | 131 | 217 | 321 | 71 | 40 | 0 | 22 | 325 | 71 | 72 |
| Binary | 1011001 | 10001111 | 11010001 | 111001 | 100000 | 0 | 10010 | 11010101 | 111001 | 111010 |
Color Harmonies of #598FD1
Complementary color
Monochromatic Colors of #598FD1
Black with #598FD1
Text Example
Text Example
White with #598FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598FD1; }
p { color: rgb(89,143,209); }
H1.HeaderClassName
{
color: #598FD1;
}
.AnyTagClassName
{
color: #598FD1;
}
</style>
background-color css
<style>
a { background-color: #598FD1; }
a { background-color: rgb(89,143,209); }
div.DivClassName
{
background-color: #598FD1;
}
.BgClassName
{
background-color: #598FD1;
}
</style>
border-color css
<style>
span { border-color: #598FD1; }
span { border-color: rgb(89,143,209); }
td.TdClassName
{
border-color: #598FD1;
}
.TagClassName
{
border-color: #598FD1;
}
</style>