Shades of Half Baked #589192
Tints of Half Baked #589192
RGB
CMYK
RGB Variations
Color information
#589192 (or 0x589192) is known color: Half Baked. HEX triplet: 58, 91 and 92. RGB value is (88,145,146). Sum of RGB (Red+Green+Blue) = 88+145+146=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 146 - color contains mainly: blue. Hex color #589192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589192 is #A76E6D. Grayscale: #808080. Windows color (decimal): -10972782 or 9605464. OLE color: 9605464.
HSL color Cylindrical-coordinate representation of color #589192: hue angle of 181.03º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #589192 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 88 | 145 | 146 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.43 |
| HSL | 181.03º | 0.25% | 0.46% | - |
| HSV(B) | 181.03º | 0.4% | 0.57% | - |
| XYZ | 19.34 | 24.4 | 30.88 | - |
| YUV | 128.07 | 138.12 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 145 | 146 | 0.40 | 0.01 | 0 | 0.43 | 181.03 | 0.25 | 0.46 |
| Hex | 58 | 91 | 92 | 28 | 1 | 0 | 2B | B5 | 19 | 2E |
| Octal | 130 | 221 | 222 | 50 | 1 | 0 | 53 | 265 | 31 | 56 |
| Binary | 1011000 | 10010001 | 10010010 | 101000 | 1 | 0 | 101011 | 10110101 | 11001 | 101110 |
Color Harmonies of #589192
Complementary color
Monochromatic Colors of #589192
Black with #589192
Text Example
Text Example
White with #589192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589192; }
p { color: rgb(88,145,146); }
H1.HeaderClassName
{
color: #589192;
}
.AnyTagClassName
{
color: #589192;
}
</style>
background-color css
<style>
a { background-color: #589192; }
a { background-color: rgb(88,145,146); }
div.DivClassName
{
background-color: #589192;
}
.BgClassName
{
background-color: #589192;
}
</style>
border-color css
<style>
span { border-color: #589192; }
span { border-color: rgb(88,145,146); }
td.TdClassName
{
border-color: #589192;
}
.TagClassName
{
border-color: #589192;
}
</style>