Shades of Half Baked #59868D
Tints of Half Baked #59868D
RGB
CMYK
RGB Variations
Color information
#59868D (or 0x59868D) is known color: Half Baked. HEX triplet: 59, 86 and 8D. RGB value is (89,134,141). Sum of RGB (Red+Green+Blue) = 89+134+141=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 141 - color contains mainly: blue. Hex color #59868D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59868D is #A67972. Grayscale: #797979. Windows color (decimal): -10910067 or 9274969. OLE color: 9274969.
HSL color Cylindrical-coordinate representation of color #59868D: hue angle of 188.08º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #59868D is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 134 | 141 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.45 |
| HSL | 188.08º | 0.23% | 0.45% | - |
| HSV(B) | 188.08º | 0.37% | 0.55% | - |
| XYZ | 17.45 | 21.1 | 28.35 | - |
| YUV | 121.34 | 139.09 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 134 | 141 | 0.37 | 0.05 | 0 | 0.45 | 188.08 | 0.23 | 0.45 |
| Hex | 59 | 86 | 8D | 25 | 5 | 0 | 2D | BC | 17 | 2D |
| Octal | 131 | 206 | 215 | 45 | 5 | 0 | 55 | 274 | 27 | 55 |
| Binary | 1011001 | 10000110 | 10001101 | 100101 | 101 | 0 | 101101 | 10111100 | 10111 | 101101 |
Color Harmonies of #59868D
Complementary color
Monochromatic Colors of #59868D
Black with #59868D
Text Example
Text Example
White with #59868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59868D; }
p { color: rgb(89,134,141); }
H1.HeaderClassName
{
color: #59868D;
}
.AnyTagClassName
{
color: #59868D;
}
</style>
background-color css
<style>
a { background-color: #59868D; }
a { background-color: rgb(89,134,141); }
div.DivClassName
{
background-color: #59868D;
}
.BgClassName
{
background-color: #59868D;
}
</style>
border-color css
<style>
span { border-color: #59868D; }
span { border-color: rgb(89,134,141); }
td.TdClassName
{
border-color: #59868D;
}
.TagClassName
{
border-color: #59868D;
}
</style>