Shades of Hippie Blue #588E9E
Tints of Hippie Blue #588E9E
RGB
CMYK
RGB Variations
Color information
#588E9E (or 0x588E9E) is known color: Hippie Blue. HEX triplet: 58, 8E and 9E. RGB value is (88,142,158). Sum of RGB (Red+Green+Blue) = 88+142+158=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 158 - color contains mainly: blue. Hex color #588E9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588E9E is #A77161. Grayscale: #7F7F7F. Windows color (decimal): -10973538 or 10391128. OLE color: 10391128.
HSL color Cylindrical-coordinate representation of color #588E9E: hue angle of 193.71º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #588E9E is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 142 | 158 | - |
| CMYK | 0.44 | 0.10 | 0 | 0.38 |
| HSL | 193.71º | 0.28% | 0.48% | - |
| HSV(B) | 193.71º | 0.44% | 0.62% | - |
| XYZ | 19.87 | 23.89 | 35.91 | - |
| YUV | 127.68 | 145.11 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 142 | 158 | 0.44 | 0.10 | 0 | 0.38 | 193.71 | 0.28 | 0.48 |
| Hex | 58 | 8E | 9E | 2C | A | 0 | 26 | C2 | 1C | 30 |
| Octal | 130 | 216 | 236 | 54 | 12 | 0 | 46 | 302 | 34 | 60 |
| Binary | 1011000 | 10001110 | 10011110 | 101100 | 1010 | 0 | 100110 | 11000010 | 11100 | 110000 |
Color Harmonies of #588E9E
Complementary color
Monochromatic Colors of #588E9E
Black with #588E9E
Text Example
Text Example
White with #588E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588E9E; }
p { color: rgb(88,142,158); }
H1.HeaderClassName
{
color: #588E9E;
}
.AnyTagClassName
{
color: #588E9E;
}
</style>
background-color css
<style>
a { background-color: #588E9E; }
a { background-color: rgb(88,142,158); }
div.DivClassName
{
background-color: #588E9E;
}
.BgClassName
{
background-color: #588E9E;
}
</style>
border-color css
<style>
span { border-color: #588E9E; }
span { border-color: rgb(88,142,158); }
td.TdClassName
{
border-color: #588E9E;
}
.TagClassName
{
border-color: #588E9E;
}
</style>