Shades of Half Baked #589299
Tints of Half Baked #589299
RGB
CMYK
RGB Variations
Color information
#589299 (or 0x589299) is known color: Half Baked. HEX triplet: 58, 92 and 99. RGB value is (88,146,153). Sum of RGB (Red+Green+Blue) = 88+146+153=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 153 - color contains mainly: blue. Hex color #589299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589299 is #A76D66. Grayscale: #818181. Windows color (decimal): -10972519 or 10064472. OLE color: 10064472.
HSL color Cylindrical-coordinate representation of color #589299: hue angle of 186.46º degrees, saturation: 0.27, 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 #589299 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 88 | 146 | 153 | - |
| CMYK | 0.42 | 0.05 | 0 | 0.4 |
| HSL | 186.46º | 0.27% | 0.47% | - |
| HSV(B) | 186.46º | 0.42% | 0.6% | - |
| XYZ | 20.05 | 24.93 | 33.89 | - |
| YUV | 129.46 | 141.28 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 146 | 153 | 0.42 | 0.05 | 0 | 0.4 | 186.46 | 0.27 | 0.47 |
| Hex | 58 | 92 | 99 | 2A | 5 | 0 | 28 | BA | 1B | 2F |
| Octal | 130 | 222 | 231 | 52 | 5 | 0 | 50 | 272 | 33 | 57 |
| Binary | 1011000 | 10010010 | 10011001 | 101010 | 101 | 0 | 101000 | 10111010 | 11011 | 101111 |
Color Harmonies of #589299
Complementary color
Monochromatic Colors of #589299
Black with #589299
Text Example
Text Example
White with #589299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589299; }
p { color: rgb(88,146,153); }
H1.HeaderClassName
{
color: #589299;
}
.AnyTagClassName
{
color: #589299;
}
</style>
background-color css
<style>
a { background-color: #589299; }
a { background-color: rgb(88,146,153); }
div.DivClassName
{
background-color: #589299;
}
.BgClassName
{
background-color: #589299;
}
</style>
border-color css
<style>
span { border-color: #589299; }
span { border-color: rgb(88,146,153); }
td.TdClassName
{
border-color: #589299;
}
.TagClassName
{
border-color: #589299;
}
</style>