Shades of Half Baked #598D8E
Tints of Half Baked #598D8E
RGB
CMYK
RGB Variations
Color information
#598D8E (or 0x598D8E) is known color: Half Baked. HEX triplet: 59, 8D and 8E. RGB value is (89,141,142). Sum of RGB (Red+Green+Blue) = 89+141+142=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 142 - color contains mainly: blue. Hex color #598D8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598D8E is #A67271. Grayscale: #7D7D7D. Windows color (decimal): -10908274 or 9342297. OLE color: 9342297.
HSL color Cylindrical-coordinate representation of color #598D8E: hue angle of 181.13º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #598D8E is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 141 | 142 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.44 |
| HSL | 181.13º | 0.23% | 0.45% | - |
| HSV(B) | 181.13º | 0.37% | 0.56% | - |
| XYZ | 18.53 | 23.13 | 29.08 | - |
| YUV | 125.57 | 137.27 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 141 | 142 | 0.37 | 0.01 | 0 | 0.44 | 181.13 | 0.23 | 0.45 |
| Hex | 59 | 8D | 8E | 25 | 1 | 0 | 2C | B5 | 17 | 2D |
| Octal | 131 | 215 | 216 | 45 | 1 | 0 | 54 | 265 | 27 | 55 |
| Binary | 1011001 | 10001101 | 10001110 | 100101 | 1 | 0 | 101100 | 10110101 | 10111 | 101101 |
Color Harmonies of #598D8E
Complementary color
Monochromatic Colors of #598D8E
Black with #598D8E
Text Example
Text Example
White with #598D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598D8E; }
p { color: rgb(89,141,142); }
H1.HeaderClassName
{
color: #598D8E;
}
.AnyTagClassName
{
color: #598D8E;
}
</style>
background-color css
<style>
a { background-color: #598D8E; }
a { background-color: rgb(89,141,142); }
div.DivClassName
{
background-color: #598D8E;
}
.BgClassName
{
background-color: #598D8E;
}
</style>
border-color css
<style>
span { border-color: #598D8E; }
span { border-color: rgb(89,141,142); }
td.TdClassName
{
border-color: #598D8E;
}
.TagClassName
{
border-color: #598D8E;
}
</style>