Shades of Half Baked #589092
Tints of Half Baked #589092
RGB
CMYK
RGB Variations
Color information
#589092 (or 0x589092) is known color: Half Baked. HEX triplet: 58, 90 and 92. RGB value is (88,144,146). Sum of RGB (Red+Green+Blue) = 88+144+146=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 146 - color contains mainly: blue. Hex color #589092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589092 is #A76F6D. Grayscale: #7F7F7F. Windows color (decimal): -10973038 or 9605208. OLE color: 9605208.
HSL color Cylindrical-coordinate representation of color #589092: hue angle of 182.07º 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 #589092 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 88 | 144 | 146 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.43 |
| HSL | 182.07º | 0.25% | 0.46% | - |
| HSV(B) | 182.07º | 0.4% | 0.57% | - |
| XYZ | 19.19 | 24.1 | 30.83 | - |
| YUV | 127.48 | 138.45 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 144 | 146 | 0.40 | 0.01 | 0 | 0.43 | 182.07 | 0.25 | 0.46 |
| Hex | 58 | 90 | 92 | 28 | 1 | 0 | 2B | B6 | 19 | 2E |
| Octal | 130 | 220 | 222 | 50 | 1 | 0 | 53 | 266 | 31 | 56 |
| Binary | 1011000 | 10010000 | 10010010 | 101000 | 1 | 0 | 101011 | 10110110 | 11001 | 101110 |
Color Harmonies of #589092
Complementary color
Monochromatic Colors of #589092
Black with #589092
Text Example
Text Example
White with #589092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589092; }
p { color: rgb(88,144,146); }
H1.HeaderClassName
{
color: #589092;
}
.AnyTagClassName
{
color: #589092;
}
</style>
background-color css
<style>
a { background-color: #589092; }
a { background-color: rgb(88,144,146); }
div.DivClassName
{
background-color: #589092;
}
.BgClassName
{
background-color: #589092;
}
</style>
border-color css
<style>
span { border-color: #589092; }
span { border-color: rgb(88,144,146); }
td.TdClassName
{
border-color: #589092;
}
.TagClassName
{
border-color: #589092;
}
</style>