Shades of Half Baked #55968F
Tints of Half Baked #55968F
RGB
CMYK
RGB Variations
Color information
#55968F (or 0x55968F) is known color: Half Baked. HEX triplet: 55, 96 and 8F. RGB value is (85,150,143). Sum of RGB (Red+Green+Blue) = 85+150+143=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 150 - color contains mainly: green. Hex color #55968F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55968F is #AA6970. Grayscale: #818181. Windows color (decimal): -11168113 or 9410133. OLE color: 9410133.
HSL color Cylindrical-coordinate representation of color #55968F: hue angle of 173.54º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55968F is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 85 | 150 | 143 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.41 |
| HSL | 173.54º | 0.28% | 0.46% | - |
| HSV(B) | 173.54º | 0.43% | 0.59% | - |
| XYZ | 19.61 | 25.73 | 29.92 | - |
| YUV | 129.77 | 135.47 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 150 | 143 | 0.43 | 0 | 0.05 | 0.41 | 173.54 | 0.28 | 0.46 |
| Hex | 55 | 96 | 8F | 2B | 0 | 5 | 29 | AE | 1C | 2E |
| Octal | 125 | 226 | 217 | 53 | 0 | 5 | 51 | 256 | 34 | 56 |
| Binary | 1010101 | 10010110 | 10001111 | 101011 | 0 | 101 | 101001 | 10101110 | 11100 | 101110 |
Color Harmonies of #55968F
Complementary color
Monochromatic Colors of #55968F
Black with #55968F
Text Example
Text Example
White with #55968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55968F; }
p { color: rgb(85,150,143); }
H1.HeaderClassName
{
color: #55968F;
}
.AnyTagClassName
{
color: #55968F;
}
</style>
background-color css
<style>
a { background-color: #55968F; }
a { background-color: rgb(85,150,143); }
div.DivClassName
{
background-color: #55968F;
}
.BgClassName
{
background-color: #55968F;
}
</style>
border-color css
<style>
span { border-color: #55968F; }
span { border-color: rgb(85,150,143); }
td.TdClassName
{
border-color: #55968F;
}
.TagClassName
{
border-color: #55968F;
}
</style>