Shades of Half Baked #589193
Tints of Half Baked #589193
RGB
CMYK
RGB Variations
Color information
#589193 (or 0x589193) is known color: Half Baked. HEX triplet: 58, 91 and 93. RGB value is (88,145,147). Sum of RGB (Red+Green+Blue) = 88+145+147=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 147 - color contains mainly: blue. Hex color #589193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589193 is #A76E6C. Grayscale: #808080. Windows color (decimal): -10972781 or 9671000. OLE color: 9671000.
HSL color Cylindrical-coordinate representation of color #589193: hue angle of 182.03º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #589193 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 145 | 147 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.42 |
| HSL | 182.03º | 0.25% | 0.46% | - |
| HSV(B) | 182.03º | 0.4% | 0.58% | - |
| XYZ | 19.42 | 24.43 | 31.3 | - |
| YUV | 128.19 | 138.62 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 145 | 147 | 0.40 | 0.01 | 0 | 0.42 | 182.03 | 0.25 | 0.46 |
| Hex | 58 | 91 | 93 | 28 | 1 | 0 | 2A | B6 | 19 | 2E |
| Octal | 130 | 221 | 223 | 50 | 1 | 0 | 52 | 266 | 31 | 56 |
| Binary | 1011000 | 10010001 | 10010011 | 101000 | 1 | 0 | 101010 | 10110110 | 11001 | 101110 |
Color Harmonies of #589193
Complementary color
Monochromatic Colors of #589193
Black with #589193
Text Example
Text Example
White with #589193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589193; }
p { color: rgb(88,145,147); }
H1.HeaderClassName
{
color: #589193;
}
.AnyTagClassName
{
color: #589193;
}
</style>
background-color css
<style>
a { background-color: #589193; }
a { background-color: rgb(88,145,147); }
div.DivClassName
{
background-color: #589193;
}
.BgClassName
{
background-color: #589193;
}
</style>
border-color css
<style>
span { border-color: #589193; }
span { border-color: rgb(88,145,147); }
td.TdClassName
{
border-color: #589193;
}
.TagClassName
{
border-color: #589193;
}
</style>