Shades of Half Baked #59908D
Tints of Half Baked #59908D
RGB
CMYK
RGB Variations
Color information
#59908D (or 0x59908D) is known color: Half Baked. HEX triplet: 59, 90 and 8D. RGB value is (89,144,141). Sum of RGB (Red+Green+Blue) = 89+144+141=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 144 - color contains mainly: green. Hex color #59908D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59908D is #A66F72. Grayscale: #7F7F7F. Windows color (decimal): -10907507 or 9277529. OLE color: 9277529.
HSL color Cylindrical-coordinate representation of color #59908D: hue angle of 176.73º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #59908D is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 144 | 141 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.44 |
| HSL | 176.73º | 0.24% | 0.46% | - |
| HSV(B) | 176.73º | 0.38% | 0.56% | - |
| XYZ | 18.9 | 23.99 | 28.83 | - |
| YUV | 127.21 | 135.78 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 144 | 141 | 0.38 | 0 | 0.02 | 0.44 | 176.73 | 0.24 | 0.46 |
| Hex | 59 | 90 | 8D | 26 | 0 | 2 | 2C | B1 | 18 | 2E |
| Octal | 131 | 220 | 215 | 46 | 0 | 2 | 54 | 261 | 30 | 56 |
| Binary | 1011001 | 10010000 | 10001101 | 100110 | 0 | 10 | 101100 | 10110001 | 11000 | 101110 |
Color Harmonies of #59908D
Complementary color
Monochromatic Colors of #59908D
Black with #59908D
Text Example
Text Example
White with #59908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59908D; }
p { color: rgb(89,144,141); }
H1.HeaderClassName
{
color: #59908D;
}
.AnyTagClassName
{
color: #59908D;
}
</style>
background-color css
<style>
a { background-color: #59908D; }
a { background-color: rgb(89,144,141); }
div.DivClassName
{
background-color: #59908D;
}
.BgClassName
{
background-color: #59908D;
}
</style>
border-color css
<style>
span { border-color: #59908D; }
span { border-color: rgb(89,144,141); }
td.TdClassName
{
border-color: #59908D;
}
.TagClassName
{
border-color: #59908D;
}
</style>