Shades of Half Baked #598787
Tints of Half Baked #598787
RGB
CMYK
RGB Variations
Color information
#598787 (or 0x598787) is known color: Half Baked. HEX triplet: 59, 87 and 87. RGB value is (89,135,135). Sum of RGB (Red+Green+Blue) = 89+135+135=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 135 - color contains mainly: green, blue. Hex color #598787 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598787 is #A67878. Grayscale: #797979. Windows color (decimal): -10909817 or 8882009. OLE color: 8882009.
HSL color Cylindrical-coordinate representation of color #598787: hue angle of 180º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #598787 is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 135 | 135 | - |
| CMYK | 0.34 | 0 | 0 | 0.47 |
| HSL | 180º | 0.21% | 0.44% | - |
| HSV(B) | 180º | 0.34% | 0.53% | - |
| XYZ | 17.16 | 21.2 | 26.11 | - |
| YUV | 121.25 | 135.76 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 135 | 135 | 0.34 | 0 | 0 | 0.47 | 180 | 0.21 | 0.44 |
| Hex | 59 | 87 | 87 | 22 | 0 | 0 | 2F | B4 | 15 | 2C |
| Octal | 131 | 207 | 207 | 42 | 0 | 0 | 57 | 264 | 25 | 54 |
| Binary | 1011001 | 10000111 | 10000111 | 100010 | 0 | 0 | 101111 | 10110100 | 10101 | 101100 |
Color Harmonies of #598787
Complementary color
Monochromatic Colors of #598787
Black with #598787
Text Example
Text Example
White with #598787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598787; }
p { color: rgb(89,135,135); }
H1.HeaderClassName
{
color: #598787;
}
.AnyTagClassName
{
color: #598787;
}
</style>
background-color css
<style>
a { background-color: #598787; }
a { background-color: rgb(89,135,135); }
div.DivClassName
{
background-color: #598787;
}
.BgClassName
{
background-color: #598787;
}
</style>
border-color css
<style>
span { border-color: #598787; }
span { border-color: rgb(89,135,135); }
td.TdClassName
{
border-color: #598787;
}
.TagClassName
{
border-color: #598787;
}
</style>