Shades of Half Baked #589095
Tints of Half Baked #589095
RGB
CMYK
RGB Variations
Color information
#589095 (or 0x589095) is known color: Half Baked. HEX triplet: 58, 90 and 95. RGB value is (88,144,149). Sum of RGB (Red+Green+Blue) = 88+144+149=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 149 - color contains mainly: blue. Hex color #589095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589095 is #A76F6A. Grayscale: #7F7F7F. Windows color (decimal): -10973035 or 9801816. OLE color: 9801816.
HSL color Cylindrical-coordinate representation of color #589095: hue angle of 184.92º 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 #589095 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 144 | 149 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.42 |
| HSL | 184.92º | 0.26% | 0.46% | - |
| HSV(B) | 184.92º | 0.41% | 0.58% | - |
| XYZ | 19.42 | 24.19 | 32.08 | - |
| YUV | 127.83 | 139.95 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 144 | 149 | 0.41 | 0.03 | 0 | 0.42 | 184.92 | 0.26 | 0.46 |
| Hex | 58 | 90 | 95 | 29 | 3 | 0 | 2A | B9 | 1A | 2E |
| Octal | 130 | 220 | 225 | 51 | 3 | 0 | 52 | 271 | 32 | 56 |
| Binary | 1011000 | 10010000 | 10010101 | 101001 | 11 | 0 | 101010 | 10111001 | 11010 | 101110 |
Color Harmonies of #589095
Complementary color
Monochromatic Colors of #589095
Black with #589095
Text Example
Text Example
White with #589095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589095; }
p { color: rgb(88,144,149); }
H1.HeaderClassName
{
color: #589095;
}
.AnyTagClassName
{
color: #589095;
}
</style>
background-color css
<style>
a { background-color: #589095; }
a { background-color: rgb(88,144,149); }
div.DivClassName
{
background-color: #589095;
}
.BgClassName
{
background-color: #589095;
}
</style>
border-color css
<style>
span { border-color: #589095; }
span { border-color: rgb(88,144,149); }
td.TdClassName
{
border-color: #589095;
}
.TagClassName
{
border-color: #589095;
}
</style>