Shades of Danube #588DC9
Tints of Danube #588DC9
RGB
CMYK
RGB Variations
Color information
#588DC9 (or 0x588DC9) is known color: Danube. HEX triplet: 58, 8D and C9. RGB value is (88,141,201). Sum of RGB (Red+Green+Blue) = 88+141+201=430 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.47% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 201 (78.91% from 255 or 46.74% from 430); Max value from RGB is 201 - color contains mainly: blue. Hex color #588DC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588DC9 is #A77236. Grayscale: #838383. Windows color (decimal): -10973751 or 13208920. OLE color: 13208920.
HSL color Cylindrical-coordinate representation of color #588DC9: hue angle of 211.86º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #588DC9 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 141 | 201 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.21 |
| HSL | 211.86º | 0.51% | 0.57% | - |
| HSV(B) | 211.86º | 0.56% | 0.79% | - |
| XYZ | 24.09 | 25.34 | 58.88 | - |
| YUV | 131.99 | 166.94 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 141 | 201 | 0.56 | 0.30 | 0 | 0.21 | 211.86 | 0.51 | 0.57 |
| Hex | 58 | 8D | C9 | 38 | 1E | 0 | 15 | D4 | 33 | 39 |
| Octal | 130 | 215 | 311 | 70 | 36 | 0 | 25 | 324 | 63 | 71 |
| Binary | 1011000 | 10001101 | 11001001 | 111000 | 11110 | 0 | 10101 | 11010100 | 110011 | 111001 |
Color Harmonies of #588DC9
Complementary color
Monochromatic Colors of #588DC9
Black with #588DC9
Text Example
Text Example
White with #588DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588DC9; }
p { color: rgb(88,141,201); }
H1.HeaderClassName
{
color: #588DC9;
}
.AnyTagClassName
{
color: #588DC9;
}
</style>
background-color css
<style>
a { background-color: #588DC9; }
a { background-color: rgb(88,141,201); }
div.DivClassName
{
background-color: #588DC9;
}
.BgClassName
{
background-color: #588DC9;
}
</style>
border-color css
<style>
span { border-color: #588DC9; }
span { border-color: rgb(88,141,201); }
td.TdClassName
{
border-color: #588DC9;
}
.TagClassName
{
border-color: #588DC9;
}
</style>