Shades of Half Baked #59858A
Tints of Half Baked #59858A
RGB
CMYK
RGB Variations
Color information
#59858A (or 0x59858A) is known color: Half Baked. HEX triplet: 59, 85 and 8A. RGB value is (89,133,138). Sum of RGB (Red+Green+Blue) = 89+133+138=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 138 - color contains mainly: blue. Hex color #59858A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59858A is #A67A75. Grayscale: #787878. Windows color (decimal): -10910326 or 9078105. OLE color: 9078105.
HSL color Cylindrical-coordinate representation of color #59858A: hue angle of 186.12º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #59858A is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 89 | 133 | 138 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.46 |
| HSL | 186.12º | 0.22% | 0.45% | - |
| HSV(B) | 186.12º | 0.36% | 0.54% | - |
| XYZ | 17.09 | 20.73 | 27.15 | - |
| YUV | 120.41 | 137.92 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 133 | 138 | 0.36 | 0.04 | 0 | 0.46 | 186.12 | 0.22 | 0.45 |
| Hex | 59 | 85 | 8A | 24 | 4 | 0 | 2E | BA | 16 | 2D |
| Octal | 131 | 205 | 212 | 44 | 4 | 0 | 56 | 272 | 26 | 55 |
| Binary | 1011001 | 10000101 | 10001010 | 100100 | 100 | 0 | 101110 | 10111010 | 10110 | 101101 |
Color Harmonies of #59858A
Complementary color
Monochromatic Colors of #59858A
Black with #59858A
Text Example
Text Example
White with #59858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59858A; }
p { color: rgb(89,133,138); }
H1.HeaderClassName
{
color: #59858A;
}
.AnyTagClassName
{
color: #59858A;
}
</style>
background-color css
<style>
a { background-color: #59858A; }
a { background-color: rgb(89,133,138); }
div.DivClassName
{
background-color: #59858A;
}
.BgClassName
{
background-color: #59858A;
}
</style>
border-color css
<style>
span { border-color: #59858A; }
span { border-color: rgb(89,133,138); }
td.TdClassName
{
border-color: #59858A;
}
.TagClassName
{
border-color: #59858A;
}
</style>