Shades of Danube #588DC5
Tints of Danube #588DC5
RGB
CMYK
RGB Variations
Color information
#588DC5 (or 0x588DC5) is known color: Danube. HEX triplet: 58, 8D and C5. RGB value is (88,141,197). Sum of RGB (Red+Green+Blue) = 88+141+197=426 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.66% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 197 (77.34% from 255 or 46.24% from 426); Max value from RGB is 197 - color contains mainly: blue. Hex color #588DC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588DC5 is #A7723A. Grayscale: #838383. Windows color (decimal): -10973755 or 12946776. OLE color: 12946776.
HSL color Cylindrical-coordinate representation of color #588DC5: hue angle of 210.83º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #588DC5 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 88 | 141 | 197 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.23 |
| HSL | 210.83º | 0.48% | 0.56% | - |
| HSV(B) | 210.83º | 0.55% | 0.77% | - |
| XYZ | 23.63 | 25.16 | 56.43 | - |
| YUV | 131.54 | 164.94 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 141 | 197 | 0.55 | 0.28 | 0 | 0.23 | 210.83 | 0.48 | 0.56 |
| Hex | 58 | 8D | C5 | 37 | 1C | 0 | 17 | D3 | 30 | 38 |
| Octal | 130 | 215 | 305 | 67 | 34 | 0 | 27 | 323 | 60 | 70 |
| Binary | 1011000 | 10001101 | 11000101 | 110111 | 11100 | 0 | 10111 | 11010011 | 110000 | 111000 |
Color Harmonies of #588DC5
Complementary color
Monochromatic Colors of #588DC5
Black with #588DC5
Text Example
Text Example
White with #588DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588DC5; }
p { color: rgb(88,141,197); }
H1.HeaderClassName
{
color: #588DC5;
}
.AnyTagClassName
{
color: #588DC5;
}
</style>
background-color css
<style>
a { background-color: #588DC5; }
a { background-color: rgb(88,141,197); }
div.DivClassName
{
background-color: #588DC5;
}
.BgClassName
{
background-color: #588DC5;
}
</style>
border-color css
<style>
span { border-color: #588DC5; }
span { border-color: rgb(88,141,197); }
td.TdClassName
{
border-color: #588DC5;
}
.TagClassName
{
border-color: #588DC5;
}
</style>