Shades of Half Baked #588E8A
Tints of Half Baked #588E8A
RGB
CMYK
RGB Variations
Color information
#588E8A (or 0x588E8A) is known color: Half Baked. HEX triplet: 58, 8E and 8A. RGB value is (88,142,138). Sum of RGB (Red+Green+Blue) = 88+142+138=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 142 - color contains mainly: green. Hex color #588E8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588E8A is #A77175. Grayscale: #7D7D7D. Windows color (decimal): -10973558 or 9080408. OLE color: 9080408.
HSL color Cylindrical-coordinate representation of color #588E8A: hue angle of 175.56º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #588E8A is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 142 | 138 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.44 |
| HSL | 175.56º | 0.23% | 0.45% | - |
| HSV(B) | 175.56º | 0.38% | 0.56% | - |
| XYZ | 18.28 | 23.26 | 27.57 | - |
| YUV | 125.4 | 135.11 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 142 | 138 | 0.38 | 0 | 0.03 | 0.44 | 175.56 | 0.23 | 0.45 |
| Hex | 58 | 8E | 8A | 26 | 0 | 3 | 2C | B0 | 17 | 2D |
| Octal | 130 | 216 | 212 | 46 | 0 | 3 | 54 | 260 | 27 | 55 |
| Binary | 1011000 | 10001110 | 10001010 | 100110 | 0 | 11 | 101100 | 10110000 | 10111 | 101101 |
Color Harmonies of #588E8A
Complementary color
Monochromatic Colors of #588E8A
Black with #588E8A
Text Example
Text Example
White with #588E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588E8A; }
p { color: rgb(88,142,138); }
H1.HeaderClassName
{
color: #588E8A;
}
.AnyTagClassName
{
color: #588E8A;
}
</style>
background-color css
<style>
a { background-color: #588E8A; }
a { background-color: rgb(88,142,138); }
div.DivClassName
{
background-color: #588E8A;
}
.BgClassName
{
background-color: #588E8A;
}
</style>
border-color css
<style>
span { border-color: #588E8A; }
span { border-color: rgb(88,142,138); }
td.TdClassName
{
border-color: #588E8A;
}
.TagClassName
{
border-color: #588E8A;
}
</style>