Shades of Half Baked #5F8B89
Tints of Half Baked #5F8B89
RGB
CMYK
RGB Variations
Color information
#5F8B89 (or 0x5F8B89) is known color: Half Baked. HEX triplet: 5F, 8B and 89. RGB value is (95,139,137). Sum of RGB (Red+Green+Blue) = 95+139+137=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 139 - color contains mainly: green. Hex color #5F8B89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8B89 is #A07476. Grayscale: #7D7D7D. Windows color (decimal): -10515575 or 9014111. OLE color: 9014111.
HSL color Cylindrical-coordinate representation of color #5F8B89: hue angle of 177.27º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F8B89 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 139 | 137 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.45 |
| HSL | 177.27º | 0.19% | 0.46% | - |
| HSV(B) | 177.27º | 0.32% | 0.55% | - |
| XYZ | 18.47 | 22.7 | 27.08 | - |
| YUV | 125.62 | 134.42 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 139 | 137 | 0.32 | 0 | 0.01 | 0.45 | 177.27 | 0.19 | 0.46 |
| Hex | 5F | 8B | 89 | 20 | 0 | 1 | 2D | B1 | 13 | 2E |
| Octal | 137 | 213 | 211 | 40 | 0 | 1 | 55 | 261 | 23 | 56 |
| Binary | 1011111 | 10001011 | 10001001 | 100000 | 0 | 1 | 101101 | 10110001 | 10011 | 101110 |
Color Harmonies of #5F8B89
Complementary color
Monochromatic Colors of #5F8B89
Black with #5F8B89
Text Example
Text Example
White with #5F8B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8B89; }
p { color: rgb(95,139,137); }
H1.HeaderClassName
{
color: #5F8B89;
}
.AnyTagClassName
{
color: #5F8B89;
}
</style>
background-color css
<style>
a { background-color: #5F8B89; }
a { background-color: rgb(95,139,137); }
div.DivClassName
{
background-color: #5F8B89;
}
.BgClassName
{
background-color: #5F8B89;
}
</style>
border-color css
<style>
span { border-color: #5F8B89; }
span { border-color: rgb(95,139,137); }
td.TdClassName
{
border-color: #5F8B89;
}
.TagClassName
{
border-color: #5F8B89;
}
</style>