Shades of Half Baked #589093
Tints of Half Baked #589093
RGB
CMYK
RGB Variations
Color information
#589093 (or 0x589093) is known color: Half Baked. HEX triplet: 58, 90 and 93. RGB value is (88,144,147). Sum of RGB (Red+Green+Blue) = 88+144+147=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 147 - color contains mainly: blue. Hex color #589093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589093 is #A76F6C. Grayscale: #7F7F7F. Windows color (decimal): -10973037 or 9670744. OLE color: 9670744.
HSL color Cylindrical-coordinate representation of color #589093: hue angle of 183.05º 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 #589093 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 144 | 147 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.42 |
| HSL | 183.05º | 0.25% | 0.46% | - |
| HSV(B) | 183.05º | 0.4% | 0.58% | - |
| XYZ | 19.26 | 24.13 | 31.25 | - |
| YUV | 127.6 | 138.95 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 144 | 147 | 0.40 | 0.02 | 0 | 0.42 | 183.05 | 0.25 | 0.46 |
| Hex | 58 | 90 | 93 | 28 | 2 | 0 | 2A | B7 | 19 | 2E |
| Octal | 130 | 220 | 223 | 50 | 2 | 0 | 52 | 267 | 31 | 56 |
| Binary | 1011000 | 10010000 | 10010011 | 101000 | 10 | 0 | 101010 | 10110111 | 11001 | 101110 |
Color Harmonies of #589093
Complementary color
Monochromatic Colors of #589093
Black with #589093
Text Example
Text Example
White with #589093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589093; }
p { color: rgb(88,144,147); }
H1.HeaderClassName
{
color: #589093;
}
.AnyTagClassName
{
color: #589093;
}
</style>
background-color css
<style>
a { background-color: #589093; }
a { background-color: rgb(88,144,147); }
div.DivClassName
{
background-color: #589093;
}
.BgClassName
{
background-color: #589093;
}
</style>
border-color css
<style>
span { border-color: #589093; }
span { border-color: rgb(88,144,147); }
td.TdClassName
{
border-color: #589093;
}
.TagClassName
{
border-color: #589093;
}
</style>