Shades of Half Baked #599198
Tints of Half Baked #599198
RGB
CMYK
RGB Variations
Color information
#599198 (or 0x599198) is known color: Half Baked. HEX triplet: 59, 91 and 98. RGB value is (89,145,152). Sum of RGB (Red+Green+Blue) = 89+145+152=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 152 - color contains mainly: blue. Hex color #599198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599198 is #A66E67. Grayscale: #808080. Windows color (decimal): -10907240 or 9998681. OLE color: 9998681.
HSL color Cylindrical-coordinate representation of color #599198: hue angle of 186.67º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #599198 is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 145 | 152 | - |
| CMYK | 0.41 | 0.05 | 0 | 0.40 |
| HSL | 186.67º | 0.26% | 0.47% | - |
| HSV(B) | 186.67º | 0.41% | 0.6% | - |
| XYZ | 19.91 | 24.64 | 33.41 | - |
| YUV | 129.05 | 140.95 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 145 | 152 | 0.41 | 0.05 | 0 | 0.40 | 186.67 | 0.26 | 0.47 |
| Hex | 59 | 91 | 98 | 29 | 5 | 0 | 28 | BB | 1A | 2F |
| Octal | 131 | 221 | 230 | 51 | 5 | 0 | 50 | 273 | 32 | 57 |
| Binary | 1011001 | 10010001 | 10011000 | 101001 | 101 | 0 | 101000 | 10111011 | 11010 | 101111 |
Color Harmonies of #599198
Complementary color
Monochromatic Colors of #599198
Black with #599198
Text Example
Text Example
White with #599198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599198; }
p { color: rgb(89,145,152); }
H1.HeaderClassName
{
color: #599198;
}
.AnyTagClassName
{
color: #599198;
}
</style>
background-color css
<style>
a { background-color: #599198; }
a { background-color: rgb(89,145,152); }
div.DivClassName
{
background-color: #599198;
}
.BgClassName
{
background-color: #599198;
}
</style>
border-color css
<style>
span { border-color: #599198; }
span { border-color: rgb(89,145,152); }
td.TdClassName
{
border-color: #599198;
}
.TagClassName
{
border-color: #599198;
}
</style>