Shades of Half Baked #59938D
Tints of Half Baked #59938D
RGB
CMYK
RGB Variations
Color information
#59938D (or 0x59938D) is known color: Half Baked. HEX triplet: 59, 93 and 8D. RGB value is (89,147,141). Sum of RGB (Red+Green+Blue) = 89+147+141=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 147 - color contains mainly: green. Hex color #59938D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59938D is #A66C72. Grayscale: #808080. Windows color (decimal): -10906739 or 9278297. OLE color: 9278297.
HSL color Cylindrical-coordinate representation of color #59938D: hue angle of 173.79º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #59938D is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 147 | 141 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.42 |
| HSL | 173.79º | 0.25% | 0.46% | - |
| HSV(B) | 173.79º | 0.39% | 0.58% | - |
| XYZ | 19.36 | 24.91 | 28.99 | - |
| YUV | 128.97 | 134.78 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 147 | 141 | 0.39 | 0 | 0.04 | 0.42 | 173.79 | 0.25 | 0.46 |
| Hex | 59 | 93 | 8D | 27 | 0 | 4 | 2A | AE | 19 | 2E |
| Octal | 131 | 223 | 215 | 47 | 0 | 4 | 52 | 256 | 31 | 56 |
| Binary | 1011001 | 10010011 | 10001101 | 100111 | 0 | 100 | 101010 | 10101110 | 11001 | 101110 |
Color Harmonies of #59938D
Complementary color
Monochromatic Colors of #59938D
Black with #59938D
Text Example
Text Example
White with #59938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59938D; }
p { color: rgb(89,147,141); }
H1.HeaderClassName
{
color: #59938D;
}
.AnyTagClassName
{
color: #59938D;
}
</style>
background-color css
<style>
a { background-color: #59938D; }
a { background-color: rgb(89,147,141); }
div.DivClassName
{
background-color: #59938D;
}
.BgClassName
{
background-color: #59938D;
}
</style>
border-color css
<style>
span { border-color: #59938D; }
span { border-color: rgb(89,147,141); }
td.TdClassName
{
border-color: #59938D;
}
.TagClassName
{
border-color: #59938D;
}
</style>