Shades of Half Baked #59888A
Tints of Half Baked #59888A
RGB
CMYK
RGB Variations
Color information
#59888A (or 0x59888A) is known color: Half Baked. HEX triplet: 59, 88 and 8A. RGB value is (89,136,138). Sum of RGB (Red+Green+Blue) = 89+136+138=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 138 - color contains mainly: blue. Hex color #59888A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59888A is #A67775. Grayscale: #7A7A7A. Windows color (decimal): -10909558 or 9078873. OLE color: 9078873.
HSL color Cylindrical-coordinate representation of color #59888A: hue angle of 182.45º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #59888A is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 89 | 136 | 138 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.46 |
| HSL | 182.45º | 0.22% | 0.45% | - |
| HSV(B) | 182.45º | 0.36% | 0.54% | - |
| XYZ | 17.51 | 21.57 | 27.28 | - |
| YUV | 122.18 | 136.93 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 136 | 138 | 0.36 | 0.01 | 0 | 0.46 | 182.45 | 0.22 | 0.45 |
| Hex | 59 | 88 | 8A | 24 | 1 | 0 | 2E | B6 | 16 | 2D |
| Octal | 131 | 210 | 212 | 44 | 1 | 0 | 56 | 266 | 26 | 55 |
| Binary | 1011001 | 10001000 | 10001010 | 100100 | 1 | 0 | 101110 | 10110110 | 10110 | 101101 |
Color Harmonies of #59888A
Complementary color
Monochromatic Colors of #59888A
Black with #59888A
Text Example
Text Example
White with #59888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59888A; }
p { color: rgb(89,136,138); }
H1.HeaderClassName
{
color: #59888A;
}
.AnyTagClassName
{
color: #59888A;
}
</style>
background-color css
<style>
a { background-color: #59888A; }
a { background-color: rgb(89,136,138); }
div.DivClassName
{
background-color: #59888A;
}
.BgClassName
{
background-color: #59888A;
}
</style>
border-color css
<style>
span { border-color: #59888A; }
span { border-color: rgb(89,136,138); }
td.TdClassName
{
border-color: #59888A;
}
.TagClassName
{
border-color: #59888A;
}
</style>