Shades of Half Baked #58868C
Tints of Half Baked #58868C
RGB
CMYK
RGB Variations
Color information
#58868C (or 0x58868C) is known color: Half Baked. HEX triplet: 58, 86 and 8C. RGB value is (88,134,140). Sum of RGB (Red+Green+Blue) = 88+134+140=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 140 - color contains mainly: blue. Hex color #58868C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58868C is #A77973. Grayscale: #787878. Windows color (decimal): -10975604 or 9209432. OLE color: 9209432.
HSL color Cylindrical-coordinate representation of color #58868C: hue angle of 186.92º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #58868C is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 134 | 140 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.45 |
| HSL | 186.92º | 0.23% | 0.45% | - |
| HSV(B) | 186.92º | 0.37% | 0.55% | - |
| XYZ | 17.28 | 21.02 | 27.96 | - |
| YUV | 120.93 | 138.76 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 134 | 140 | 0.37 | 0.04 | 0 | 0.45 | 186.92 | 0.23 | 0.45 |
| Hex | 58 | 86 | 8C | 25 | 4 | 0 | 2D | BB | 17 | 2D |
| Octal | 130 | 206 | 214 | 45 | 4 | 0 | 55 | 273 | 27 | 55 |
| Binary | 1011000 | 10000110 | 10001100 | 100101 | 100 | 0 | 101101 | 10111011 | 10111 | 101101 |
Color Harmonies of #58868C
Complementary color
Monochromatic Colors of #58868C
Black with #58868C
Text Example
Text Example
White with #58868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58868C; }
p { color: rgb(88,134,140); }
H1.HeaderClassName
{
color: #58868C;
}
.AnyTagClassName
{
color: #58868C;
}
</style>
background-color css
<style>
a { background-color: #58868C; }
a { background-color: rgb(88,134,140); }
div.DivClassName
{
background-color: #58868C;
}
.BgClassName
{
background-color: #58868C;
}
</style>
border-color css
<style>
span { border-color: #58868C; }
span { border-color: rgb(88,134,140); }
td.TdClassName
{
border-color: #58868C;
}
.TagClassName
{
border-color: #58868C;
}
</style>