Shades of Half Baked #588885
Tints of Half Baked #588885
RGB
CMYK
RGB Variations
Color information
#588885 (or 0x588885) is known color: Half Baked. HEX triplet: 58, 88 and 85. RGB value is (88,136,133). Sum of RGB (Red+Green+Blue) = 88+136+133=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 136 - color contains mainly: green. Hex color #588885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588885 is #A7777A. Grayscale: #797979. Windows color (decimal): -10975099 or 8751192. OLE color: 8751192.
HSL color Cylindrical-coordinate representation of color #588885: hue angle of 176.25º 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 #588885 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 136 | 133 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.47 |
| HSL | 176.25º | 0.21% | 0.44% | - |
| HSV(B) | 176.25º | 0.35% | 0.53% | - |
| XYZ | 17.06 | 21.38 | 25.42 | - |
| YUV | 121.31 | 134.6 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 136 | 133 | 0.35 | 0 | 0.02 | 0.47 | 176.25 | 0.21 | 0.44 |
| Hex | 58 | 88 | 85 | 23 | 0 | 2 | 2F | B0 | 15 | 2C |
| Octal | 130 | 210 | 205 | 43 | 0 | 2 | 57 | 260 | 25 | 54 |
| Binary | 1011000 | 10001000 | 10000101 | 100011 | 0 | 10 | 101111 | 10110000 | 10101 | 101100 |
Color Harmonies of #588885
Complementary color
Monochromatic Colors of #588885
Black with #588885
Text Example
Text Example
White with #588885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588885; }
p { color: rgb(88,136,133); }
H1.HeaderClassName
{
color: #588885;
}
.AnyTagClassName
{
color: #588885;
}
</style>
background-color css
<style>
a { background-color: #588885; }
a { background-color: rgb(88,136,133); }
div.DivClassName
{
background-color: #588885;
}
.BgClassName
{
background-color: #588885;
}
</style>
border-color css
<style>
span { border-color: #588885; }
span { border-color: rgb(88,136,133); }
td.TdClassName
{
border-color: #588885;
}
.TagClassName
{
border-color: #588885;
}
</style>