Shades of Half Baked #598E96
Tints of Half Baked #598E96
RGB
CMYK
RGB Variations
Color information
#598E96 (or 0x598E96) is known color: Half Baked. HEX triplet: 59, 8E and 96. RGB value is (89,142,150). Sum of RGB (Red+Green+Blue) = 89+142+150=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 150 - color contains mainly: blue. Hex color #598E96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598E96 is #A67169. Grayscale: #7E7E7E. Windows color (decimal): -10908010 or 9866841. OLE color: 9866841.
HSL color Cylindrical-coordinate representation of color #598E96: hue angle of 187.87º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #598E96 is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 89 | 142 | 150 | - |
| CMYK | 0.41 | 0.05 | 0 | 0.41 |
| HSL | 187.87º | 0.26% | 0.47% | - |
| HSV(B) | 187.87º | 0.41% | 0.59% | - |
| XYZ | 19.3 | 23.67 | 32.41 | - |
| YUV | 127.07 | 140.94 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 142 | 150 | 0.41 | 0.05 | 0 | 0.41 | 187.87 | 0.26 | 0.47 |
| Hex | 59 | 8E | 96 | 29 | 5 | 0 | 29 | BC | 1A | 2F |
| Octal | 131 | 216 | 226 | 51 | 5 | 0 | 51 | 274 | 32 | 57 |
| Binary | 1011001 | 10001110 | 10010110 | 101001 | 101 | 0 | 101001 | 10111100 | 11010 | 101111 |
Color Harmonies of #598E96
Complementary color
Monochromatic Colors of #598E96
Black with #598E96
Text Example
Text Example
White with #598E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598E96; }
p { color: rgb(89,142,150); }
H1.HeaderClassName
{
color: #598E96;
}
.AnyTagClassName
{
color: #598E96;
}
</style>
background-color css
<style>
a { background-color: #598E96; }
a { background-color: rgb(89,142,150); }
div.DivClassName
{
background-color: #598E96;
}
.BgClassName
{
background-color: #598E96;
}
</style>
border-color css
<style>
span { border-color: #598E96; }
span { border-color: rgb(89,142,150); }
td.TdClassName
{
border-color: #598E96;
}
.TagClassName
{
border-color: #598E96;
}
</style>