Shades of Half Baked #599296
Tints of Half Baked #599296
RGB
CMYK
RGB Variations
Color information
#599296 (or 0x599296) is known color: Half Baked. HEX triplet: 59, 92 and 96. RGB value is (89,146,150). Sum of RGB (Red+Green+Blue) = 89+146+150=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 150 - color contains mainly: blue. Hex color #599296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599296 is #A66D69. Grayscale: #818181. Windows color (decimal): -10906986 or 9867865. OLE color: 9867865.
HSL color Cylindrical-coordinate representation of color #599296: hue angle of 183.93º 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 #599296 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 89 | 146 | 150 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.41 |
| HSL | 183.93º | 0.26% | 0.47% | - |
| HSV(B) | 183.93º | 0.41% | 0.59% | - |
| XYZ | 19.9 | 24.88 | 32.61 | - |
| YUV | 129.41 | 139.62 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 146 | 150 | 0.41 | 0.03 | 0 | 0.41 | 183.93 | 0.26 | 0.47 |
| Hex | 59 | 92 | 96 | 29 | 3 | 0 | 29 | B8 | 1A | 2F |
| Octal | 131 | 222 | 226 | 51 | 3 | 0 | 51 | 270 | 32 | 57 |
| Binary | 1011001 | 10010010 | 10010110 | 101001 | 11 | 0 | 101001 | 10111000 | 11010 | 101111 |
Color Harmonies of #599296
Complementary color
Monochromatic Colors of #599296
Black with #599296
Text Example
Text Example
White with #599296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599296; }
p { color: rgb(89,146,150); }
H1.HeaderClassName
{
color: #599296;
}
.AnyTagClassName
{
color: #599296;
}
</style>
background-color css
<style>
a { background-color: #599296; }
a { background-color: rgb(89,146,150); }
div.DivClassName
{
background-color: #599296;
}
.BgClassName
{
background-color: #599296;
}
</style>
border-color css
<style>
span { border-color: #599296; }
span { border-color: rgb(89,146,150); }
td.TdClassName
{
border-color: #599296;
}
.TagClassName
{
border-color: #599296;
}
</style>