Shades of Half Baked #59878E
Tints of Half Baked #59878E
RGB
CMYK
RGB Variations
Color information
#59878E (or 0x59878E) is known color: Half Baked. HEX triplet: 59, 87 and 8E. RGB value is (89,135,142). Sum of RGB (Red+Green+Blue) = 89+135+142=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 142 - color contains mainly: blue. Hex color #59878E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59878E is #A67871. Grayscale: #797979. Windows color (decimal): -10909810 or 9340761. OLE color: 9340761.
HSL color Cylindrical-coordinate representation of color #59878E: hue angle of 187.92º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #59878E is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 135 | 142 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.44 |
| HSL | 187.92º | 0.23% | 0.45% | - |
| HSV(B) | 187.92º | 0.37% | 0.56% | - |
| XYZ | 17.67 | 21.4 | 28.79 | - |
| YUV | 122.04 | 139.26 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 135 | 142 | 0.37 | 0.05 | 0 | 0.44 | 187.92 | 0.23 | 0.45 |
| Hex | 59 | 87 | 8E | 25 | 5 | 0 | 2C | BC | 17 | 2D |
| Octal | 131 | 207 | 216 | 45 | 5 | 0 | 54 | 274 | 27 | 55 |
| Binary | 1011001 | 10000111 | 10001110 | 100101 | 101 | 0 | 101100 | 10111100 | 10111 | 101101 |
Color Harmonies of #59878E
Complementary color
Monochromatic Colors of #59878E
Black with #59878E
Text Example
Text Example
White with #59878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59878E; }
p { color: rgb(89,135,142); }
H1.HeaderClassName
{
color: #59878E;
}
.AnyTagClassName
{
color: #59878E;
}
</style>
background-color css
<style>
a { background-color: #59878E; }
a { background-color: rgb(89,135,142); }
div.DivClassName
{
background-color: #59878E;
}
.BgClassName
{
background-color: #59878E;
}
</style>
border-color css
<style>
span { border-color: #59878E; }
span { border-color: rgb(89,135,142); }
td.TdClassName
{
border-color: #59878E;
}
.TagClassName
{
border-color: #59878E;
}
</style>