Shades of Half Baked #599199
Tints of Half Baked #599199
RGB
CMYK
RGB Variations
Color information
#599199 (or 0x599199) is known color: Half Baked. HEX triplet: 59, 91 and 99. RGB value is (89,145,153). Sum of RGB (Red+Green+Blue) = 89+145+153=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 153 - color contains mainly: blue. Hex color #599199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599199 is #A66E66. Grayscale: #818181. Windows color (decimal): -10907239 or 10064217. OLE color: 10064217.
HSL color Cylindrical-coordinate representation of color #599199: hue angle of 187.5º 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 #599199 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 89 | 145 | 153 | - |
| CMYK | 0.42 | 0.05 | 0 | 0.4 |
| HSL | 187.5º | 0.26% | 0.47% | - |
| HSV(B) | 187.5º | 0.42% | 0.6% | - |
| XYZ | 19.99 | 24.67 | 33.85 | - |
| YUV | 129.17 | 141.45 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 145 | 153 | 0.42 | 0.05 | 0 | 0.4 | 187.5 | 0.26 | 0.47 |
| Hex | 59 | 91 | 99 | 2A | 5 | 0 | 28 | BC | 1A | 2F |
| Octal | 131 | 221 | 231 | 52 | 5 | 0 | 50 | 274 | 32 | 57 |
| Binary | 1011001 | 10010001 | 10011001 | 101010 | 101 | 0 | 101000 | 10111100 | 11010 | 101111 |
Color Harmonies of #599199
Complementary color
Monochromatic Colors of #599199
Black with #599199
Text Example
Text Example
White with #599199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599199; }
p { color: rgb(89,145,153); }
H1.HeaderClassName
{
color: #599199;
}
.AnyTagClassName
{
color: #599199;
}
</style>
background-color css
<style>
a { background-color: #599199; }
a { background-color: rgb(89,145,153); }
div.DivClassName
{
background-color: #599199;
}
.BgClassName
{
background-color: #599199;
}
</style>
border-color css
<style>
span { border-color: #599199; }
span { border-color: rgb(89,145,153); }
td.TdClassName
{
border-color: #599199;
}
.TagClassName
{
border-color: #599199;
}
</style>