Shades of Half Baked #599392
Tints of Half Baked #599392
RGB
CMYK
RGB Variations
Color information
#599392 (or 0x599392) is known color: Half Baked. HEX triplet: 59, 93 and 92. RGB value is (89,147,146). Sum of RGB (Red+Green+Blue) = 89+147+146=382 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.30% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 147 - color contains mainly: green. Hex color #599392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599392 is #A66C6D. Grayscale: #818181. Windows color (decimal): -10906734 or 9605977. OLE color: 9605977.
HSL color Cylindrical-coordinate representation of color #599392: hue angle of 178.97º 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 #599392 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 147 | 146 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.42 |
| HSL | 178.97º | 0.25% | 0.46% | - |
| HSV(B) | 178.97º | 0.39% | 0.58% | - |
| XYZ | 19.74 | 25.07 | 30.99 | - |
| YUV | 129.54 | 137.28 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 147 | 146 | 0.39 | 0 | 0.01 | 0.42 | 178.97 | 0.25 | 0.46 |
| Hex | 59 | 93 | 92 | 27 | 0 | 1 | 2A | B3 | 19 | 2E |
| Octal | 131 | 223 | 222 | 47 | 0 | 1 | 52 | 263 | 31 | 56 |
| Binary | 1011001 | 10010011 | 10010010 | 100111 | 0 | 1 | 101010 | 10110011 | 11001 | 101110 |
Color Harmonies of #599392
Complementary color
Monochromatic Colors of #599392
Black with #599392
Text Example
Text Example
White with #599392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599392; }
p { color: rgb(89,147,146); }
H1.HeaderClassName
{
color: #599392;
}
.AnyTagClassName
{
color: #599392;
}
</style>
background-color css
<style>
a { background-color: #599392; }
a { background-color: rgb(89,147,146); }
div.DivClassName
{
background-color: #599392;
}
.BgClassName
{
background-color: #599392;
}
</style>
border-color css
<style>
span { border-color: #599392; }
span { border-color: rgb(89,147,146); }
td.TdClassName
{
border-color: #599392;
}
.TagClassName
{
border-color: #599392;
}
</style>