Shades of Half Baked #589995
Tints of Half Baked #589995
RGB
CMYK
RGB Variations
Color information
#589995 (or 0x589995) is known color: Half Baked. HEX triplet: 58, 99 and 95. RGB value is (88,153,149). Sum of RGB (Red+Green+Blue) = 88+153+149=390 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.56% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 153 - color contains mainly: green. Hex color #589995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589995 is #A7666A. Grayscale: #858585. Windows color (decimal): -10970731 or 9804120. OLE color: 9804120.
HSL color Cylindrical-coordinate representation of color #589995: hue angle of 176.31º 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 #589995 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 88 | 153 | 149 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.4 |
| HSL | 176.31º | 0.27% | 0.47% | - |
| HSV(B) | 176.31º | 0.42% | 0.6% | - |
| XYZ | 20.84 | 27.03 | 32.55 | - |
| YUV | 133.11 | 136.97 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 153 | 149 | 0.42 | 0 | 0.03 | 0.4 | 176.31 | 0.27 | 0.47 |
| Hex | 58 | 99 | 95 | 2A | 0 | 3 | 28 | B0 | 1B | 2F |
| Octal | 130 | 231 | 225 | 52 | 0 | 3 | 50 | 260 | 33 | 57 |
| Binary | 1011000 | 10011001 | 10010101 | 101010 | 0 | 11 | 101000 | 10110000 | 11011 | 101111 |
Color Harmonies of #589995
Complementary color
Monochromatic Colors of #589995
Black with #589995
Text Example
Text Example
White with #589995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589995; }
p { color: rgb(88,153,149); }
H1.HeaderClassName
{
color: #589995;
}
.AnyTagClassName
{
color: #589995;
}
</style>
background-color css
<style>
a { background-color: #589995; }
a { background-color: rgb(88,153,149); }
div.DivClassName
{
background-color: #589995;
}
.BgClassName
{
background-color: #589995;
}
</style>
border-color css
<style>
span { border-color: #589995; }
span { border-color: rgb(88,153,149); }
td.TdClassName
{
border-color: #589995;
}
.TagClassName
{
border-color: #589995;
}
</style>