Shades of Half Baked #59968F
Tints of Half Baked #59968F
RGB
CMYK
RGB Variations
Color information
#59968F (or 0x59968F) is known color: Half Baked. HEX triplet: 59, 96 and 8F. RGB value is (89,150,143). Sum of RGB (Red+Green+Blue) = 89+150+143=382 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.30% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 150 - color contains mainly: green. Hex color #59968F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59968F is #A66970. Grayscale: #828282. Windows color (decimal): -10905969 or 9410137. OLE color: 9410137.
HSL color Cylindrical-coordinate representation of color #59968F: hue angle of 173.11º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #59968F is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 89 | 150 | 143 | - |
| CMYK | 0.41 | 0 | 0.05 | 0.41 |
| HSL | 173.11º | 0.26% | 0.47% | - |
| HSV(B) | 173.11º | 0.41% | 0.59% | - |
| XYZ | 19.98 | 25.92 | 29.94 | - |
| YUV | 130.96 | 134.79 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 150 | 143 | 0.41 | 0 | 0.05 | 0.41 | 173.11 | 0.26 | 0.47 |
| Hex | 59 | 96 | 8F | 29 | 0 | 5 | 29 | AD | 1A | 2F |
| Octal | 131 | 226 | 217 | 51 | 0 | 5 | 51 | 255 | 32 | 57 |
| Binary | 1011001 | 10010110 | 10001111 | 101001 | 0 | 101 | 101001 | 10101101 | 11010 | 101111 |
Color Harmonies of #59968F
Complementary color
Monochromatic Colors of #59968F
Black with #59968F
Text Example
Text Example
White with #59968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59968F; }
p { color: rgb(89,150,143); }
H1.HeaderClassName
{
color: #59968F;
}
.AnyTagClassName
{
color: #59968F;
}
</style>
background-color css
<style>
a { background-color: #59968F; }
a { background-color: rgb(89,150,143); }
div.DivClassName
{
background-color: #59968F;
}
.BgClassName
{
background-color: #59968F;
}
</style>
border-color css
<style>
span { border-color: #59968F; }
span { border-color: rgb(89,150,143); }
td.TdClassName
{
border-color: #59968F;
}
.TagClassName
{
border-color: #59968F;
}
</style>