Shades of Half Baked #599895
Tints of Half Baked #599895
RGB
CMYK
RGB Variations
Color information
#599895 (or 0x599895) is known color: Half Baked. HEX triplet: 59, 98 and 95. RGB value is (89,152,149). Sum of RGB (Red+Green+Blue) = 89+152+149=390 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.82% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 152 - color contains mainly: green. Hex color #599895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599895 is #A6676A. Grayscale: #848484. Windows color (decimal): -10905451 or 9803865. OLE color: 9803865.
HSL color Cylindrical-coordinate representation of color #599895: hue angle of 177.14º 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 #599895 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 152 | 149 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.40 |
| HSL | 177.14º | 0.26% | 0.47% | - |
| HSV(B) | 177.14º | 0.41% | 0.6% | - |
| XYZ | 20.77 | 26.75 | 32.5 | - |
| YUV | 132.82 | 137.13 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 152 | 149 | 0.41 | 0 | 0.02 | 0.40 | 177.14 | 0.26 | 0.47 |
| Hex | 59 | 98 | 95 | 29 | 0 | 2 | 28 | B1 | 1A | 2F |
| Octal | 131 | 230 | 225 | 51 | 0 | 2 | 50 | 261 | 32 | 57 |
| Binary | 1011001 | 10011000 | 10010101 | 101001 | 0 | 10 | 101000 | 10110001 | 11010 | 101111 |
Color Harmonies of #599895
Complementary color
Monochromatic Colors of #599895
Black with #599895
Text Example
Text Example
White with #599895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599895; }
p { color: rgb(89,152,149); }
H1.HeaderClassName
{
color: #599895;
}
.AnyTagClassName
{
color: #599895;
}
</style>
background-color css
<style>
a { background-color: #599895; }
a { background-color: rgb(89,152,149); }
div.DivClassName
{
background-color: #599895;
}
.BgClassName
{
background-color: #599895;
}
</style>
border-color css
<style>
span { border-color: #599895; }
span { border-color: rgb(89,152,149); }
td.TdClassName
{
border-color: #599895;
}
.TagClassName
{
border-color: #599895;
}
</style>