Shades of Half Baked #599593
Tints of Half Baked #599593
RGB
CMYK
RGB Variations
Color information
#599593 (or 0x599593) is known color: Half Baked. HEX triplet: 59, 95 and 93. RGB value is (89,149,147). Sum of RGB (Red+Green+Blue) = 89+149+147=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 149 - color contains mainly: green. Hex color #599593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599593 is #A66A6C. Grayscale: #828282. Windows color (decimal): -10906221 or 9672025. OLE color: 9672025.
HSL color Cylindrical-coordinate representation of color #599593: hue angle of 178º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #599593 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 149 | 147 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.42 |
| HSL | 178º | 0.25% | 0.47% | - |
| HSV(B) | 178º | 0.4% | 0.58% | - |
| XYZ | 20.13 | 25.73 | 31.51 | - |
| YUV | 130.83 | 137.12 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 149 | 147 | 0.40 | 0 | 0.01 | 0.42 | 178 | 0.25 | 0.47 |
| Hex | 59 | 95 | 93 | 28 | 0 | 1 | 2A | B2 | 19 | 2F |
| Octal | 131 | 225 | 223 | 50 | 0 | 1 | 52 | 262 | 31 | 57 |
| Binary | 1011001 | 10010101 | 10010011 | 101000 | 0 | 1 | 101010 | 10110010 | 11001 | 101111 |
Color Harmonies of #599593
Complementary color
Monochromatic Colors of #599593
Black with #599593
Text Example
Text Example
White with #599593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599593; }
p { color: rgb(89,149,147); }
H1.HeaderClassName
{
color: #599593;
}
.AnyTagClassName
{
color: #599593;
}
</style>
background-color css
<style>
a { background-color: #599593; }
a { background-color: rgb(89,149,147); }
div.DivClassName
{
background-color: #599593;
}
.BgClassName
{
background-color: #599593;
}
</style>
border-color css
<style>
span { border-color: #599593; }
span { border-color: rgb(89,149,147); }
td.TdClassName
{
border-color: #599593;
}
.TagClassName
{
border-color: #599593;
}
</style>