Shades of Danube #588DCF
Tints of Danube #588DCF
RGB
CMYK
RGB Variations
Color information
#588DCF (or 0x588DCF) is known color: Danube. HEX triplet: 58, 8D and CF. RGB value is (88,141,207). Sum of RGB (Red+Green+Blue) = 88+141+207=436 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.18% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #588DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588DCF is #A77230. Grayscale: #848484. Windows color (decimal): -10973745 or 13602136. OLE color: 13602136.
HSL color Cylindrical-coordinate representation of color #588DCF: hue angle of 213.28º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #588DCF is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 141 | 207 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.19 |
| HSL | 213.28º | 0.55% | 0.58% | - |
| HSV(B) | 213.28º | 0.57% | 0.81% | - |
| XYZ | 24.81 | 25.63 | 62.67 | - |
| YUV | 132.68 | 169.94 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 141 | 207 | 0.57 | 0.32 | 0 | 0.19 | 213.28 | 0.55 | 0.58 |
| Hex | 58 | 8D | CF | 39 | 20 | 0 | 13 | D5 | 37 | 3A |
| Octal | 130 | 215 | 317 | 71 | 40 | 0 | 23 | 325 | 67 | 72 |
| Binary | 1011000 | 10001101 | 11001111 | 111001 | 100000 | 0 | 10011 | 11010101 | 110111 | 111010 |
Color Harmonies of #588DCF
Complementary color
Monochromatic Colors of #588DCF
Black with #588DCF
Text Example
Text Example
White with #588DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588DCF; }
p { color: rgb(88,141,207); }
H1.HeaderClassName
{
color: #588DCF;
}
.AnyTagClassName
{
color: #588DCF;
}
</style>
background-color css
<style>
a { background-color: #588DCF; }
a { background-color: rgb(88,141,207); }
div.DivClassName
{
background-color: #588DCF;
}
.BgClassName
{
background-color: #588DCF;
}
</style>
border-color css
<style>
span { border-color: #588DCF; }
span { border-color: rgb(88,141,207); }
td.TdClassName
{
border-color: #588DCF;
}
.TagClassName
{
border-color: #588DCF;
}
</style>