Shades of Half Baked #59928C
Tints of Half Baked #59928C
RGB
CMYK
RGB Variations
Color information
#59928C (or 0x59928C) is known color: Half Baked. HEX triplet: 59, 92 and 8C. RGB value is (89,146,140). Sum of RGB (Red+Green+Blue) = 89+146+140=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 146 - color contains mainly: green. Hex color #59928C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59928C is #A66D73. Grayscale: #808080. Windows color (decimal): -10906996 or 9212505. OLE color: 9212505.
HSL color Cylindrical-coordinate representation of color #59928C: hue angle of 173.68º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #59928C is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 146 | 140 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.43 |
| HSL | 173.68º | 0.24% | 0.46% | - |
| HSV(B) | 173.68º | 0.39% | 0.57% | - |
| XYZ | 19.13 | 24.58 | 28.55 | - |
| YUV | 128.27 | 134.62 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 146 | 140 | 0.39 | 0 | 0.04 | 0.43 | 173.68 | 0.24 | 0.46 |
| Hex | 59 | 92 | 8C | 27 | 0 | 4 | 2B | AE | 18 | 2E |
| Octal | 131 | 222 | 214 | 47 | 0 | 4 | 53 | 256 | 30 | 56 |
| Binary | 1011001 | 10010010 | 10001100 | 100111 | 0 | 100 | 101011 | 10101110 | 11000 | 101110 |
Color Harmonies of #59928C
Complementary color
Monochromatic Colors of #59928C
Black with #59928C
Text Example
Text Example
White with #59928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59928C; }
p { color: rgb(89,146,140); }
H1.HeaderClassName
{
color: #59928C;
}
.AnyTagClassName
{
color: #59928C;
}
</style>
background-color css
<style>
a { background-color: #59928C; }
a { background-color: rgb(89,146,140); }
div.DivClassName
{
background-color: #59928C;
}
.BgClassName
{
background-color: #59928C;
}
</style>
border-color css
<style>
span { border-color: #59928C; }
span { border-color: rgb(89,146,140); }
td.TdClassName
{
border-color: #59928C;
}
.TagClassName
{
border-color: #59928C;
}
</style>