Shades of Half Baked #59878B
Tints of Half Baked #59878B
RGB
CMYK
RGB Variations
Color information
#59878B (or 0x59878B) is known color: Half Baked. HEX triplet: 59, 87 and 8B. RGB value is (89,135,139). Sum of RGB (Red+Green+Blue) = 89+135+139=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 139 - color contains mainly: blue. Hex color #59878B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59878B is #A67874. Grayscale: #797979. Windows color (decimal): -10909813 or 9144153. OLE color: 9144153.
HSL color Cylindrical-coordinate representation of color #59878B: hue angle of 184.8º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #59878B is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 135 | 139 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.45 |
| HSL | 184.8º | 0.22% | 0.45% | - |
| HSV(B) | 184.8º | 0.36% | 0.55% | - |
| XYZ | 17.44 | 21.32 | 27.62 | - |
| YUV | 121.7 | 137.76 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 135 | 139 | 0.36 | 0.03 | 0 | 0.45 | 184.8 | 0.22 | 0.45 |
| Hex | 59 | 87 | 8B | 24 | 3 | 0 | 2D | B9 | 16 | 2D |
| Octal | 131 | 207 | 213 | 44 | 3 | 0 | 55 | 271 | 26 | 55 |
| Binary | 1011001 | 10000111 | 10001011 | 100100 | 11 | 0 | 101101 | 10111001 | 10110 | 101101 |
Color Harmonies of #59878B
Complementary color
Monochromatic Colors of #59878B
Black with #59878B
Text Example
Text Example
White with #59878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59878B; }
p { color: rgb(89,135,139); }
H1.HeaderClassName
{
color: #59878B;
}
.AnyTagClassName
{
color: #59878B;
}
</style>
background-color css
<style>
a { background-color: #59878B; }
a { background-color: rgb(89,135,139); }
div.DivClassName
{
background-color: #59878B;
}
.BgClassName
{
background-color: #59878B;
}
</style>
border-color css
<style>
span { border-color: #59878B; }
span { border-color: rgb(89,135,139); }
td.TdClassName
{
border-color: #59878B;
}
.TagClassName
{
border-color: #59878B;
}
</style>