Shades of Half Baked #5F8D8B
Tints of Half Baked #5F8D8B
RGB
CMYK
RGB Variations
Color information
#5F8D8B (or 0x5F8D8B) is known color: Half Baked. HEX triplet: 5F, 8D and 8B. RGB value is (95,141,139). Sum of RGB (Red+Green+Blue) = 95+141+139=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 141 - color contains mainly: green. Hex color #5F8D8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8D8B is #A07274. Grayscale: #7E7E7E. Windows color (decimal): -10515061 or 9145695. OLE color: 9145695.
HSL color Cylindrical-coordinate representation of color #5F8D8B: hue angle of 177.39º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F8D8B is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 141 | 139 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.45 |
| HSL | 177.39º | 0.19% | 0.46% | - |
| HSV(B) | 177.39º | 0.33% | 0.55% | - |
| XYZ | 18.9 | 23.35 | 27.94 | - |
| YUV | 127.02 | 134.76 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 141 | 139 | 0.33 | 0 | 0.01 | 0.45 | 177.39 | 0.19 | 0.46 |
| Hex | 5F | 8D | 8B | 21 | 0 | 1 | 2D | B1 | 13 | 2E |
| Octal | 137 | 215 | 213 | 41 | 0 | 1 | 55 | 261 | 23 | 56 |
| Binary | 1011111 | 10001101 | 10001011 | 100001 | 0 | 1 | 101101 | 10110001 | 10011 | 101110 |
Color Harmonies of #5F8D8B
Complementary color
Monochromatic Colors of #5F8D8B
Black with #5F8D8B
Text Example
Text Example
White with #5F8D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8D8B; }
p { color: rgb(95,141,139); }
H1.HeaderClassName
{
color: #5F8D8B;
}
.AnyTagClassName
{
color: #5F8D8B;
}
</style>
background-color css
<style>
a { background-color: #5F8D8B; }
a { background-color: rgb(95,141,139); }
div.DivClassName
{
background-color: #5F8D8B;
}
.BgClassName
{
background-color: #5F8D8B;
}
</style>
border-color css
<style>
span { border-color: #5F8D8B; }
span { border-color: rgb(95,141,139); }
td.TdClassName
{
border-color: #5F8D8B;
}
.TagClassName
{
border-color: #5F8D8B;
}
</style>