Shades of Danube #588ECB
Tints of Danube #588ECB
RGB
CMYK
RGB Variations
Color information
#588ECB (or 0x588ECB) is known color: Danube. HEX triplet: 58, 8E and CB. RGB value is (88,142,203). Sum of RGB (Red+Green+Blue) = 88+142+203=433 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.32% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #588ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588ECB is #A77134. Grayscale: #848484. Windows color (decimal): -10973493 or 13340248. OLE color: 13340248.
HSL color Cylindrical-coordinate representation of color #588ECB: hue angle of 211.83º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #588ECB is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 142 | 203 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.20 |
| HSL | 211.83º | 0.53% | 0.57% | - |
| HSV(B) | 211.83º | 0.57% | 0.8% | - |
| XYZ | 24.48 | 25.73 | 60.18 | - |
| YUV | 132.81 | 167.61 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 142 | 203 | 0.57 | 0.30 | 0 | 0.20 | 211.83 | 0.53 | 0.57 |
| Hex | 58 | 8E | CB | 39 | 1E | 0 | 14 | D4 | 35 | 39 |
| Octal | 130 | 216 | 313 | 71 | 36 | 0 | 24 | 324 | 65 | 71 |
| Binary | 1011000 | 10001110 | 11001011 | 111001 | 11110 | 0 | 10100 | 11010100 | 110101 | 111001 |
Color Harmonies of #588ECB
Complementary color
Monochromatic Colors of #588ECB
Black with #588ECB
Text Example
Text Example
White with #588ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588ECB; }
p { color: rgb(88,142,203); }
H1.HeaderClassName
{
color: #588ECB;
}
.AnyTagClassName
{
color: #588ECB;
}
</style>
background-color css
<style>
a { background-color: #588ECB; }
a { background-color: rgb(88,142,203); }
div.DivClassName
{
background-color: #588ECB;
}
.BgClassName
{
background-color: #588ECB;
}
</style>
border-color css
<style>
span { border-color: #588ECB; }
span { border-color: rgb(88,142,203); }
td.TdClassName
{
border-color: #588ECB;
}
.TagClassName
{
border-color: #588ECB;
}
</style>