Shades of Half Baked #589293
Tints of Half Baked #589293
RGB
CMYK
RGB Variations
Color information
#589293 (or 0x589293) is known color: Half Baked. HEX triplet: 58, 92 and 93. RGB value is (88,146,147). Sum of RGB (Red+Green+Blue) = 88+146+147=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 147 - color contains mainly: blue. Hex color #589293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589293 is #A76D6C. Grayscale: #808080. Windows color (decimal): -10972525 or 9671256. OLE color: 9671256.
HSL color Cylindrical-coordinate representation of color #589293: hue angle of 181.02º 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 #589293 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 146 | 147 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.42 |
| HSL | 181.02º | 0.25% | 0.46% | - |
| HSV(B) | 181.02º | 0.4% | 0.58% | - |
| XYZ | 19.57 | 24.74 | 31.35 | - |
| YUV | 128.77 | 138.28 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 146 | 147 | 0.40 | 0.01 | 0 | 0.42 | 181.02 | 0.25 | 0.46 |
| Hex | 58 | 92 | 93 | 28 | 1 | 0 | 2A | B5 | 19 | 2E |
| Octal | 130 | 222 | 223 | 50 | 1 | 0 | 52 | 265 | 31 | 56 |
| Binary | 1011000 | 10010010 | 10010011 | 101000 | 1 | 0 | 101010 | 10110101 | 11001 | 101110 |
Color Harmonies of #589293
Complementary color
Monochromatic Colors of #589293
Black with #589293
Text Example
Text Example
White with #589293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589293; }
p { color: rgb(88,146,147); }
H1.HeaderClassName
{
color: #589293;
}
.AnyTagClassName
{
color: #589293;
}
</style>
background-color css
<style>
a { background-color: #589293; }
a { background-color: rgb(88,146,147); }
div.DivClassName
{
background-color: #589293;
}
.BgClassName
{
background-color: #589293;
}
</style>
border-color css
<style>
span { border-color: #589293; }
span { border-color: rgb(88,146,147); }
td.TdClassName
{
border-color: #589293;
}
.TagClassName
{
border-color: #589293;
}
</style>