Shades of Half Baked #58928E
Tints of Half Baked #58928E
RGB
CMYK
RGB Variations
Color information
#58928E (or 0x58928E) is known color: Half Baked. HEX triplet: 58, 92 and 8E. RGB value is (88,146,142). Sum of RGB (Red+Green+Blue) = 88+146+142=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 146 - color contains mainly: green. Hex color #58928E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58928E is #A76D71. Grayscale: #808080. Windows color (decimal): -10972530 or 9343576. OLE color: 9343576.
HSL color Cylindrical-coordinate representation of color #58928E: hue angle of 175.86º 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 #58928E is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 88 | 146 | 142 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.43 |
| HSL | 175.86º | 0.25% | 0.46% | - |
| HSV(B) | 175.86º | 0.4% | 0.57% | - |
| XYZ | 19.19 | 24.59 | 29.33 | - |
| YUV | 128.2 | 135.78 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 146 | 142 | 0.40 | 0 | 0.03 | 0.43 | 175.86 | 0.25 | 0.46 |
| Hex | 58 | 92 | 8E | 28 | 0 | 3 | 2B | B0 | 19 | 2E |
| Octal | 130 | 222 | 216 | 50 | 0 | 3 | 53 | 260 | 31 | 56 |
| Binary | 1011000 | 10010010 | 10001110 | 101000 | 0 | 11 | 101011 | 10110000 | 11001 | 101110 |
Color Harmonies of #58928E
Complementary color
Monochromatic Colors of #58928E
Black with #58928E
Text Example
Text Example
White with #58928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58928E; }
p { color: rgb(88,146,142); }
H1.HeaderClassName
{
color: #58928E;
}
.AnyTagClassName
{
color: #58928E;
}
</style>
background-color css
<style>
a { background-color: #58928E; }
a { background-color: rgb(88,146,142); }
div.DivClassName
{
background-color: #58928E;
}
.BgClassName
{
background-color: #58928E;
}
</style>
border-color css
<style>
span { border-color: #58928E; }
span { border-color: rgb(88,146,142); }
td.TdClassName
{
border-color: #58928E;
}
.TagClassName
{
border-color: #58928E;
}
</style>