Shades of Half Baked #55978F
Tints of Half Baked #55978F
RGB
CMYK
RGB Variations
Color information
#55978F (or 0x55978F) is known color: Half Baked. HEX triplet: 55, 97 and 8F. RGB value is (85,151,143). Sum of RGB (Red+Green+Blue) = 85+151+143=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 151 - color contains mainly: green. Hex color #55978F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55978F is #AA6870. Grayscale: #828282. Windows color (decimal): -11167857 or 9410389. OLE color: 9410389.
HSL color Cylindrical-coordinate representation of color #55978F: hue angle of 172.73º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55978F is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 85 | 151 | 143 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.41 |
| HSL | 172.73º | 0.28% | 0.46% | - |
| HSV(B) | 172.73º | 0.44% | 0.59% | - |
| XYZ | 19.77 | 26.05 | 29.97 | - |
| YUV | 130.35 | 135.13 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 151 | 143 | 0.44 | 0 | 0.05 | 0.41 | 172.73 | 0.28 | 0.46 |
| Hex | 55 | 97 | 8F | 2C | 0 | 5 | 29 | AD | 1C | 2E |
| Octal | 125 | 227 | 217 | 54 | 0 | 5 | 51 | 255 | 34 | 56 |
| Binary | 1010101 | 10010111 | 10001111 | 101100 | 0 | 101 | 101001 | 10101101 | 11100 | 101110 |
Color Harmonies of #55978F
Complementary color
Monochromatic Colors of #55978F
Black with #55978F
Text Example
Text Example
White with #55978F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55978F; }
p { color: rgb(85,151,143); }
H1.HeaderClassName
{
color: #55978F;
}
.AnyTagClassName
{
color: #55978F;
}
</style>
background-color css
<style>
a { background-color: #55978F; }
a { background-color: rgb(85,151,143); }
div.DivClassName
{
background-color: #55978F;
}
.BgClassName
{
background-color: #55978F;
}
</style>
border-color css
<style>
span { border-color: #55978F; }
span { border-color: rgb(85,151,143); }
td.TdClassName
{
border-color: #55978F;
}
.TagClassName
{
border-color: #55978F;
}
</style>