Shades of Half Baked #599994
Tints of Half Baked #599994
RGB
CMYK
RGB Variations
Color information
#599994 (or 0x599994) is known color: Half Baked. HEX triplet: 59, 99 and 94. RGB value is (89,153,148). Sum of RGB (Red+Green+Blue) = 89+153+148=390 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.82% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 153 - color contains mainly: green. Hex color #599994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599994 is #A6666B. Grayscale: #858585. Windows color (decimal): -10905196 or 9738585. OLE color: 9738585.
HSL color Cylindrical-coordinate representation of color #599994: hue angle of 175.31º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #599994 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 89 | 153 | 148 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.4 |
| HSL | 175.31º | 0.26% | 0.47% | - |
| HSV(B) | 175.31º | 0.42% | 0.6% | - |
| XYZ | 20.86 | 27.04 | 32.14 | - |
| YUV | 133.29 | 136.3 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 153 | 148 | 0.42 | 0 | 0.03 | 0.4 | 175.31 | 0.26 | 0.47 |
| Hex | 59 | 99 | 94 | 2A | 0 | 3 | 28 | AF | 1A | 2F |
| Octal | 131 | 231 | 224 | 52 | 0 | 3 | 50 | 257 | 32 | 57 |
| Binary | 1011001 | 10011001 | 10010100 | 101010 | 0 | 11 | 101000 | 10101111 | 11010 | 101111 |
Color Harmonies of #599994
Complementary color
Monochromatic Colors of #599994
Black with #599994
Text Example
Text Example
White with #599994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599994; }
p { color: rgb(89,153,148); }
H1.HeaderClassName
{
color: #599994;
}
.AnyTagClassName
{
color: #599994;
}
</style>
background-color css
<style>
a { background-color: #599994; }
a { background-color: rgb(89,153,148); }
div.DivClassName
{
background-color: #599994;
}
.BgClassName
{
background-color: #599994;
}
</style>
border-color css
<style>
span { border-color: #599994; }
span { border-color: rgb(89,153,148); }
td.TdClassName
{
border-color: #599994;
}
.TagClassName
{
border-color: #599994;
}
</style>