Shades of Half Baked #598E91
Tints of Half Baked #598E91
RGB
CMYK
RGB Variations
Color information
#598E91 (or 0x598E91) is known color: Half Baked. HEX triplet: 59, 8E and 91. RGB value is (89,142,145). Sum of RGB (Red+Green+Blue) = 89+142+145=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 145 - color contains mainly: blue. Hex color #598E91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598E91 is #A6716E. Grayscale: #7E7E7E. Windows color (decimal): -10908015 or 9539161. OLE color: 9539161.
HSL color Cylindrical-coordinate representation of color #598E91: hue angle of 183.21º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #598E91 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 142 | 145 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.43 |
| HSL | 183.21º | 0.24% | 0.46% | - |
| HSV(B) | 183.21º | 0.39% | 0.57% | - |
| XYZ | 18.9 | 23.51 | 30.33 | - |
| YUV | 126.5 | 138.44 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 142 | 145 | 0.39 | 0.02 | 0 | 0.43 | 183.21 | 0.24 | 0.46 |
| Hex | 59 | 8E | 91 | 27 | 2 | 0 | 2B | B7 | 18 | 2E |
| Octal | 131 | 216 | 221 | 47 | 2 | 0 | 53 | 267 | 30 | 56 |
| Binary | 1011001 | 10001110 | 10010001 | 100111 | 10 | 0 | 101011 | 10110111 | 11000 | 101110 |
Color Harmonies of #598E91
Complementary color
Monochromatic Colors of #598E91
Black with #598E91
Text Example
Text Example
White with #598E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598E91; }
p { color: rgb(89,142,145); }
H1.HeaderClassName
{
color: #598E91;
}
.AnyTagClassName
{
color: #598E91;
}
</style>
background-color css
<style>
a { background-color: #598E91; }
a { background-color: rgb(89,142,145); }
div.DivClassName
{
background-color: #598E91;
}
.BgClassName
{
background-color: #598E91;
}
</style>
border-color css
<style>
span { border-color: #598E91; }
span { border-color: rgb(89,142,145); }
td.TdClassName
{
border-color: #598E91;
}
.TagClassName
{
border-color: #598E91;
}
</style>