Shades of Half Baked #598D90
Tints of Half Baked #598D90
RGB
CMYK
RGB Variations
Color information
#598D90 (or 0x598D90) is known color: Half Baked. HEX triplet: 59, 8D and 90. RGB value is (89,141,144). Sum of RGB (Red+Green+Blue) = 89+141+144=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 144 - color contains mainly: blue. Hex color #598D90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598D90 is #A6726F. Grayscale: #7D7D7D. Windows color (decimal): -10908272 or 9473369. OLE color: 9473369.
HSL color Cylindrical-coordinate representation of color #598D90: hue angle of 183.27º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #598D90 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 141 | 144 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.44 |
| HSL | 183.27º | 0.24% | 0.46% | - |
| HSV(B) | 183.27º | 0.38% | 0.56% | - |
| XYZ | 18.68 | 23.19 | 29.88 | - |
| YUV | 125.79 | 138.27 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 141 | 144 | 0.38 | 0.02 | 0 | 0.44 | 183.27 | 0.24 | 0.46 |
| Hex | 59 | 8D | 90 | 26 | 2 | 0 | 2C | B7 | 18 | 2E |
| Octal | 131 | 215 | 220 | 46 | 2 | 0 | 54 | 267 | 30 | 56 |
| Binary | 1011001 | 10001101 | 10010000 | 100110 | 10 | 0 | 101100 | 10110111 | 11000 | 101110 |
Color Harmonies of #598D90
Complementary color
Monochromatic Colors of #598D90
Black with #598D90
Text Example
Text Example
White with #598D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598D90; }
p { color: rgb(89,141,144); }
H1.HeaderClassName
{
color: #598D90;
}
.AnyTagClassName
{
color: #598D90;
}
</style>
background-color css
<style>
a { background-color: #598D90; }
a { background-color: rgb(89,141,144); }
div.DivClassName
{
background-color: #598D90;
}
.BgClassName
{
background-color: #598D90;
}
</style>
border-color css
<style>
span { border-color: #598D90; }
span { border-color: rgb(89,141,144); }
td.TdClassName
{
border-color: #598D90;
}
.TagClassName
{
border-color: #598D90;
}
</style>