Shades of Danube #588ABC
Tints of Danube #588ABC
RGB
CMYK
RGB Variations
Color information
#588ABC (or 0x588ABC) is known color: Danube. HEX triplet: 58, 8A and BC. RGB value is (88,138,188). Sum of RGB (Red+Green+Blue) = 88+138+188=414 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.26% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #588ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588ABC is #A77543. Grayscale: #808080. Windows color (decimal): -10974532 or 12356184. OLE color: 12356184.
HSL color Cylindrical-coordinate representation of color #588ABC: hue angle of 210º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #588ABC is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 138 | 188 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.26 |
| HSL | 210º | 0.43% | 0.54% | - |
| HSV(B) | 210º | 0.53% | 0.74% | - |
| XYZ | 22.19 | 23.88 | 51.02 | - |
| YUV | 128.75 | 161.44 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 138 | 188 | 0.53 | 0.27 | 0 | 0.26 | 210 | 0.43 | 0.54 |
| Hex | 58 | 8A | BC | 35 | 1B | 0 | 1A | D2 | 2B | 36 |
| Octal | 130 | 212 | 274 | 65 | 33 | 0 | 32 | 322 | 53 | 66 |
| Binary | 1011000 | 10001010 | 10111100 | 110101 | 11011 | 0 | 11010 | 11010010 | 101011 | 110110 |
Color Harmonies of #588ABC
Complementary color
Monochromatic Colors of #588ABC
Black with #588ABC
Text Example
Text Example
White with #588ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588ABC; }
p { color: rgb(88,138,188); }
H1.HeaderClassName
{
color: #588ABC;
}
.AnyTagClassName
{
color: #588ABC;
}
</style>
background-color css
<style>
a { background-color: #588ABC; }
a { background-color: rgb(88,138,188); }
div.DivClassName
{
background-color: #588ABC;
}
.BgClassName
{
background-color: #588ABC;
}
</style>
border-color css
<style>
span { border-color: #588ABC; }
span { border-color: rgb(88,138,188); }
td.TdClassName
{
border-color: #588ABC;
}
.TagClassName
{
border-color: #588ABC;
}
</style>