Shades of Half Baked #588E8C
Tints of Half Baked #588E8C
RGB
CMYK
RGB Variations
Color information
#588E8C (or 0x588E8C) is known color: Half Baked. HEX triplet: 58, 8E and 8C. RGB value is (88,142,140). Sum of RGB (Red+Green+Blue) = 88+142+140=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 142 - color contains mainly: green. Hex color #588E8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588E8C is #A77173. Grayscale: #7D7D7D. Windows color (decimal): -10973556 or 9211480. OLE color: 9211480.
HSL color Cylindrical-coordinate representation of color #588E8C: hue angle of 177.78º 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 #588E8C is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 142 | 140 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.44 |
| HSL | 177.78º | 0.23% | 0.45% | - |
| HSV(B) | 177.78º | 0.38% | 0.56% | - |
| XYZ | 18.43 | 23.31 | 28.34 | - |
| YUV | 125.63 | 136.11 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 142 | 140 | 0.38 | 0 | 0.01 | 0.44 | 177.78 | 0.23 | 0.45 |
| Hex | 58 | 8E | 8C | 26 | 0 | 1 | 2C | B2 | 17 | 2D |
| Octal | 130 | 216 | 214 | 46 | 0 | 1 | 54 | 262 | 27 | 55 |
| Binary | 1011000 | 10001110 | 10001100 | 100110 | 0 | 1 | 101100 | 10110010 | 10111 | 101101 |
Color Harmonies of #588E8C
Complementary color
Monochromatic Colors of #588E8C
Black with #588E8C
Text Example
Text Example
White with #588E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588E8C; }
p { color: rgb(88,142,140); }
H1.HeaderClassName
{
color: #588E8C;
}
.AnyTagClassName
{
color: #588E8C;
}
</style>
background-color css
<style>
a { background-color: #588E8C; }
a { background-color: rgb(88,142,140); }
div.DivClassName
{
background-color: #588E8C;
}
.BgClassName
{
background-color: #588E8C;
}
</style>
border-color css
<style>
span { border-color: #588E8C; }
span { border-color: rgb(88,142,140); }
td.TdClassName
{
border-color: #588E8C;
}
.TagClassName
{
border-color: #588E8C;
}
</style>