Shades of Half Baked #598E99
Tints of Half Baked #598E99
RGB
CMYK
RGB Variations
Color information
#598E99 (or 0x598E99) is known color: Half Baked. HEX triplet: 59, 8E and 99. RGB value is (89,142,153). Sum of RGB (Red+Green+Blue) = 89+142+153=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 153 - color contains mainly: blue. Hex color #598E99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598E99 is #A67166. Grayscale: #7F7F7F. Windows color (decimal): -10908007 or 10063449. OLE color: 10063449.
HSL color Cylindrical-coordinate representation of color #598E99: hue angle of 190.31º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #598E99 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 89 | 142 | 153 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.4 |
| HSL | 190.31º | 0.26% | 0.47% | - |
| HSV(B) | 190.31º | 0.42% | 0.6% | - |
| XYZ | 19.54 | 23.77 | 33.7 | - |
| YUV | 127.41 | 142.44 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 142 | 153 | 0.42 | 0.07 | 0 | 0.4 | 190.31 | 0.26 | 0.47 |
| Hex | 59 | 8E | 99 | 2A | 7 | 0 | 28 | BE | 1A | 2F |
| Octal | 131 | 216 | 231 | 52 | 7 | 0 | 50 | 276 | 32 | 57 |
| Binary | 1011001 | 10001110 | 10011001 | 101010 | 111 | 0 | 101000 | 10111110 | 11010 | 101111 |
Color Harmonies of #598E99
Complementary color
Monochromatic Colors of #598E99
Black with #598E99
Text Example
Text Example
White with #598E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598E99; }
p { color: rgb(89,142,153); }
H1.HeaderClassName
{
color: #598E99;
}
.AnyTagClassName
{
color: #598E99;
}
</style>
background-color css
<style>
a { background-color: #598E99; }
a { background-color: rgb(89,142,153); }
div.DivClassName
{
background-color: #598E99;
}
.BgClassName
{
background-color: #598E99;
}
</style>
border-color css
<style>
span { border-color: #598E99; }
span { border-color: rgb(89,142,153); }
td.TdClassName
{
border-color: #598E99;
}
.TagClassName
{
border-color: #598E99;
}
</style>