Shades of Half Baked #588E93
Tints of Half Baked #588E93
RGB
CMYK
RGB Variations
Color information
#588E93 (or 0x588E93) is known color: Half Baked. HEX triplet: 58, 8E and 93. RGB value is (88,142,147). Sum of RGB (Red+Green+Blue) = 88+142+147=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 147 - color contains mainly: blue. Hex color #588E93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588E93 is #A7716C. Grayscale: #7E7E7E. Windows color (decimal): -10973549 or 9670232. OLE color: 9670232.
HSL color Cylindrical-coordinate representation of color #588E93: hue angle of 185.08º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #588E93 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 142 | 147 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.42 |
| HSL | 185.08º | 0.25% | 0.46% | - |
| HSV(B) | 185.08º | 0.4% | 0.58% | - |
| XYZ | 18.96 | 23.53 | 31.15 | - |
| YUV | 126.42 | 139.61 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 142 | 147 | 0.40 | 0.03 | 0 | 0.42 | 185.08 | 0.25 | 0.46 |
| Hex | 58 | 8E | 93 | 28 | 3 | 0 | 2A | B9 | 19 | 2E |
| Octal | 130 | 216 | 223 | 50 | 3 | 0 | 52 | 271 | 31 | 56 |
| Binary | 1011000 | 10001110 | 10010011 | 101000 | 11 | 0 | 101010 | 10111001 | 11001 | 101110 |
Color Harmonies of #588E93
Complementary color
Monochromatic Colors of #588E93
Black with #588E93
Text Example
Text Example
White with #588E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588E93; }
p { color: rgb(88,142,147); }
H1.HeaderClassName
{
color: #588E93;
}
.AnyTagClassName
{
color: #588E93;
}
</style>
background-color css
<style>
a { background-color: #588E93; }
a { background-color: rgb(88,142,147); }
div.DivClassName
{
background-color: #588E93;
}
.BgClassName
{
background-color: #588E93;
}
</style>
border-color css
<style>
span { border-color: #588E93; }
span { border-color: rgb(88,142,147); }
td.TdClassName
{
border-color: #588E93;
}
.TagClassName
{
border-color: #588E93;
}
</style>