Shades of Danube #588BC0
Tints of Danube #588BC0
RGB
CMYK
RGB Variations
Color information
#588BC0 (or 0x588BC0) is known color: Danube. HEX triplet: 58, 8B and C0. RGB value is (88,139,192). Sum of RGB (Red+Green+Blue) = 88+139+192=419 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.00% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #588BC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588BC0 is #A7743F. Grayscale: #818181. Windows color (decimal): -10974272 or 12618584. OLE color: 12618584.
HSL color Cylindrical-coordinate representation of color #588BC0: hue angle of 210.58º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #588BC0 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 139 | 192 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.25 |
| HSL | 210.58º | 0.45% | 0.55% | - |
| HSV(B) | 210.58º | 0.54% | 0.75% | - |
| XYZ | 22.77 | 24.35 | 53.37 | - |
| YUV | 129.79 | 163.1 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 139 | 192 | 0.54 | 0.28 | 0 | 0.25 | 210.58 | 0.45 | 0.55 |
| Hex | 58 | 8B | C0 | 36 | 1C | 0 | 19 | D3 | 2D | 37 |
| Octal | 130 | 213 | 300 | 66 | 34 | 0 | 31 | 323 | 55 | 67 |
| Binary | 1011000 | 10001011 | 11000000 | 110110 | 11100 | 0 | 11001 | 11010011 | 101101 | 110111 |
Color Harmonies of #588BC0
Complementary color
Monochromatic Colors of #588BC0
Black with #588BC0
Text Example
Text Example
White with #588BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588BC0; }
p { color: rgb(88,139,192); }
H1.HeaderClassName
{
color: #588BC0;
}
.AnyTagClassName
{
color: #588BC0;
}
</style>
background-color css
<style>
a { background-color: #588BC0; }
a { background-color: rgb(88,139,192); }
div.DivClassName
{
background-color: #588BC0;
}
.BgClassName
{
background-color: #588BC0;
}
</style>
border-color css
<style>
span { border-color: #588BC0; }
span { border-color: rgb(88,139,192); }
td.TdClassName
{
border-color: #588BC0;
}
.TagClassName
{
border-color: #588BC0;
}
</style>