Shades of Half Baked #598788
Tints of Half Baked #598788
RGB
CMYK
RGB Variations
Color information
#598788 (or 0x598788) is known color: Half Baked. HEX triplet: 59, 87 and 88. RGB value is (89,135,136). Sum of RGB (Red+Green+Blue) = 89+135+136=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 136 - color contains mainly: blue. Hex color #598788 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598788 is #A67877. Grayscale: #797979. Windows color (decimal): -10909816 or 8947545. OLE color: 8947545.
HSL color Cylindrical-coordinate representation of color #598788: hue angle of 181.28º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #598788 is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 135 | 136 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.47 |
| HSL | 181.28º | 0.21% | 0.44% | - |
| HSV(B) | 181.28º | 0.35% | 0.53% | - |
| XYZ | 17.23 | 21.23 | 26.48 | - |
| YUV | 121.36 | 136.26 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 135 | 136 | 0.35 | 0.01 | 0 | 0.47 | 181.28 | 0.21 | 0.44 |
| Hex | 59 | 87 | 88 | 23 | 1 | 0 | 2F | B5 | 15 | 2C |
| Octal | 131 | 207 | 210 | 43 | 1 | 0 | 57 | 265 | 25 | 54 |
| Binary | 1011001 | 10000111 | 10001000 | 100011 | 1 | 0 | 101111 | 10110101 | 10101 | 101100 |
Color Harmonies of #598788
Complementary color
Monochromatic Colors of #598788
Black with #598788
Text Example
Text Example
White with #598788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598788; }
p { color: rgb(89,135,136); }
H1.HeaderClassName
{
color: #598788;
}
.AnyTagClassName
{
color: #598788;
}
</style>
background-color css
<style>
a { background-color: #598788; }
a { background-color: rgb(89,135,136); }
div.DivClassName
{
background-color: #598788;
}
.BgClassName
{
background-color: #598788;
}
</style>
border-color css
<style>
span { border-color: #598788; }
span { border-color: rgb(89,135,136); }
td.TdClassName
{
border-color: #598788;
}
.TagClassName
{
border-color: #598788;
}
</style>