Shades of Half Baked #58888F
Tints of Half Baked #58888F
RGB
CMYK
RGB Variations
Color information
#58888F (or 0x58888F) is known color: Half Baked. HEX triplet: 58, 88 and 8F. RGB value is (88,136,143). Sum of RGB (Red+Green+Blue) = 88+136+143=367 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.98% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 143 - color contains mainly: blue. Hex color #58888F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58888F is #A77770. Grayscale: #7A7A7A. Windows color (decimal): -10975089 or 9406552. OLE color: 9406552.
HSL color Cylindrical-coordinate representation of color #58888F: hue angle of 187.64º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58888F is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 136 | 143 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.44 |
| HSL | 187.64º | 0.24% | 0.45% | - |
| HSV(B) | 187.64º | 0.38% | 0.56% | - |
| XYZ | 17.79 | 21.67 | 29.23 | - |
| YUV | 122.45 | 139.6 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 136 | 143 | 0.38 | 0.05 | 0 | 0.44 | 187.64 | 0.24 | 0.45 |
| Hex | 58 | 88 | 8F | 26 | 5 | 0 | 2C | BC | 18 | 2D |
| Octal | 130 | 210 | 217 | 46 | 5 | 0 | 54 | 274 | 30 | 55 |
| Binary | 1011000 | 10001000 | 10001111 | 100110 | 101 | 0 | 101100 | 10111100 | 11000 | 101101 |
Color Harmonies of #58888F
Complementary color
Monochromatic Colors of #58888F
Black with #58888F
Text Example
Text Example
White with #58888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58888F; }
p { color: rgb(88,136,143); }
H1.HeaderClassName
{
color: #58888F;
}
.AnyTagClassName
{
color: #58888F;
}
</style>
background-color css
<style>
a { background-color: #58888F; }
a { background-color: rgb(88,136,143); }
div.DivClassName
{
background-color: #58888F;
}
.BgClassName
{
background-color: #58888F;
}
</style>
border-color css
<style>
span { border-color: #58888F; }
span { border-color: rgb(88,136,143); }
td.TdClassName
{
border-color: #58888F;
}
.TagClassName
{
border-color: #58888F;
}
</style>