Shades of Half Baked #599398
Tints of Half Baked #599398
RGB
CMYK
RGB Variations
Color information
#599398 (or 0x599398) is known color: Half Baked. HEX triplet: 59, 93 and 98. RGB value is (89,147,152). Sum of RGB (Red+Green+Blue) = 89+147+152=388 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.94% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 152 - color contains mainly: blue. Hex color #599398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599398 is #A66C67. Grayscale: #828282. Windows color (decimal): -10906728 or 9999193. OLE color: 9999193.
HSL color Cylindrical-coordinate representation of color #599398: hue angle of 184.76º 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 #599398 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 147 | 152 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.40 |
| HSL | 184.76º | 0.26% | 0.47% | - |
| HSV(B) | 184.76º | 0.41% | 0.6% | - |
| XYZ | 20.22 | 25.26 | 33.52 | - |
| YUV | 130.23 | 140.28 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 147 | 152 | 0.41 | 0.03 | 0 | 0.40 | 184.76 | 0.26 | 0.47 |
| Hex | 59 | 93 | 98 | 29 | 3 | 0 | 28 | B9 | 1A | 2F |
| Octal | 131 | 223 | 230 | 51 | 3 | 0 | 50 | 271 | 32 | 57 |
| Binary | 1011001 | 10010011 | 10011000 | 101001 | 11 | 0 | 101000 | 10111001 | 11010 | 101111 |
Color Harmonies of #599398
Complementary color
Monochromatic Colors of #599398
Black with #599398
Text Example
Text Example
White with #599398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599398; }
p { color: rgb(89,147,152); }
H1.HeaderClassName
{
color: #599398;
}
.AnyTagClassName
{
color: #599398;
}
</style>
background-color css
<style>
a { background-color: #599398; }
a { background-color: rgb(89,147,152); }
div.DivClassName
{
background-color: #599398;
}
.BgClassName
{
background-color: #599398;
}
</style>
border-color css
<style>
span { border-color: #599398; }
span { border-color: rgb(89,147,152); }
td.TdClassName
{
border-color: #599398;
}
.TagClassName
{
border-color: #599398;
}
</style>