Shades of Half Baked #588C8C
Tints of Half Baked #588C8C
RGB
CMYK
RGB Variations
Color information
#588C8C (or 0x588C8C) is known color: Half Baked. HEX triplet: 58, 8C and 8C. RGB value is (88,140,140). Sum of RGB (Red+Green+Blue) = 88+140+140=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 140 - color contains mainly: green, blue. Hex color #588C8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588C8C is #A77373. Grayscale: #7C7C7C. Windows color (decimal): -10974068 or 9210968. OLE color: 9210968.
HSL color Cylindrical-coordinate representation of color #588C8C: hue angle of 180º 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 #588C8C is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 140 | 140 | - |
| CMYK | 0.37 | 0 | 0 | 0.45 |
| HSL | 180º | 0.23% | 0.45% | - |
| HSV(B) | 180º | 0.37% | 0.55% | - |
| XYZ | 18.14 | 22.72 | 28.24 | - |
| YUV | 124.45 | 136.77 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 140 | 140 | 0.37 | 0 | 0 | 0.45 | 180 | 0.23 | 0.45 |
| Hex | 58 | 8C | 8C | 25 | 0 | 0 | 2D | B4 | 17 | 2D |
| Octal | 130 | 214 | 214 | 45 | 0 | 0 | 55 | 264 | 27 | 55 |
| Binary | 1011000 | 10001100 | 10001100 | 100101 | 0 | 0 | 101101 | 10110100 | 10111 | 101101 |
Color Harmonies of #588C8C
Complementary color
Monochromatic Colors of #588C8C
Black with #588C8C
Text Example
Text Example
White with #588C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588C8C; }
p { color: rgb(88,140,140); }
H1.HeaderClassName
{
color: #588C8C;
}
.AnyTagClassName
{
color: #588C8C;
}
</style>
background-color css
<style>
a { background-color: #588C8C; }
a { background-color: rgb(88,140,140); }
div.DivClassName
{
background-color: #588C8C;
}
.BgClassName
{
background-color: #588C8C;
}
</style>
border-color css
<style>
span { border-color: #588C8C; }
span { border-color: rgb(88,140,140); }
td.TdClassName
{
border-color: #588C8C;
}
.TagClassName
{
border-color: #588C8C;
}
</style>