Shades of Half Baked #589195
Tints of Half Baked #589195
RGB
CMYK
RGB Variations
Color information
#589195 (or 0x589195) is known color: Half Baked. HEX triplet: 58, 91 and 95. RGB value is (88,145,149). Sum of RGB (Red+Green+Blue) = 88+145+149=382 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.04% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 149 - color contains mainly: blue. Hex color #589195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589195 is #A76E6A. Grayscale: #808080. Windows color (decimal): -10972779 or 9802072. OLE color: 9802072.
HSL color Cylindrical-coordinate representation of color #589195: hue angle of 183.93º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #589195 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 145 | 149 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.42 |
| HSL | 183.93º | 0.26% | 0.46% | - |
| HSV(B) | 183.93º | 0.41% | 0.58% | - |
| XYZ | 19.57 | 24.5 | 32.13 | - |
| YUV | 128.41 | 139.62 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 145 | 149 | 0.41 | 0.03 | 0 | 0.42 | 183.93 | 0.26 | 0.46 |
| Hex | 58 | 91 | 95 | 29 | 3 | 0 | 2A | B8 | 1A | 2E |
| Octal | 130 | 221 | 225 | 51 | 3 | 0 | 52 | 270 | 32 | 56 |
| Binary | 1011000 | 10010001 | 10010101 | 101001 | 11 | 0 | 101010 | 10111000 | 11010 | 101110 |
Color Harmonies of #589195
Complementary color
Monochromatic Colors of #589195
Black with #589195
Text Example
Text Example
White with #589195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589195; }
p { color: rgb(88,145,149); }
H1.HeaderClassName
{
color: #589195;
}
.AnyTagClassName
{
color: #589195;
}
</style>
background-color css
<style>
a { background-color: #589195; }
a { background-color: rgb(88,145,149); }
div.DivClassName
{
background-color: #589195;
}
.BgClassName
{
background-color: #589195;
}
</style>
border-color css
<style>
span { border-color: #589195; }
span { border-color: rgb(88,145,149); }
td.TdClassName
{
border-color: #589195;
}
.TagClassName
{
border-color: #589195;
}
</style>