Shades of Half Baked #588887
Tints of Half Baked #588887
RGB
CMYK
RGB Variations
Color information
#588887 (or 0x588887) is known color: Half Baked. HEX triplet: 58, 88 and 87. RGB value is (88,136,135). Sum of RGB (Red+Green+Blue) = 88+136+135=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 136 - color contains mainly: green. Hex color #588887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588887 is #A77778. Grayscale: #797979. Windows color (decimal): -10975097 or 8882264. OLE color: 8882264.
HSL color Cylindrical-coordinate representation of color #588887: hue angle of 178.75º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #588887 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 136 | 135 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.47 |
| HSL | 178.75º | 0.21% | 0.44% | - |
| HSV(B) | 178.75º | 0.35% | 0.53% | - |
| XYZ | 17.2 | 21.43 | 26.15 | - |
| YUV | 121.53 | 135.6 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 136 | 135 | 0.35 | 0 | 0.01 | 0.47 | 178.75 | 0.21 | 0.44 |
| Hex | 58 | 88 | 87 | 23 | 0 | 1 | 2F | B3 | 15 | 2C |
| Octal | 130 | 210 | 207 | 43 | 0 | 1 | 57 | 263 | 25 | 54 |
| Binary | 1011000 | 10001000 | 10000111 | 100011 | 0 | 1 | 101111 | 10110011 | 10101 | 101100 |
Color Harmonies of #588887
Complementary color
Monochromatic Colors of #588887
Black with #588887
Text Example
Text Example
White with #588887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588887; }
p { color: rgb(88,136,135); }
H1.HeaderClassName
{
color: #588887;
}
.AnyTagClassName
{
color: #588887;
}
</style>
background-color css
<style>
a { background-color: #588887; }
a { background-color: rgb(88,136,135); }
div.DivClassName
{
background-color: #588887;
}
.BgClassName
{
background-color: #588887;
}
</style>
border-color css
<style>
span { border-color: #588887; }
span { border-color: rgb(88,136,135); }
td.TdClassName
{
border-color: #588887;
}
.TagClassName
{
border-color: #588887;
}
</style>