Shades of Half Baked #55888D
Tints of Half Baked #55888D
RGB
CMYK
RGB Variations
Color information
#55888D (or 0x55888D) is known color: Half Baked. HEX triplet: 55, 88 and 8D. RGB value is (85,136,141). Sum of RGB (Red+Green+Blue) = 85+136+141=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #55888D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55888D is #AA7772. Grayscale: #797979. Windows color (decimal): -11171699 or 9275477. OLE color: 9275477.
HSL color Cylindrical-coordinate representation of color #55888D: hue angle of 185.36º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55888D is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 136 | 141 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.45 |
| HSL | 185.36º | 0.25% | 0.44% | - |
| HSV(B) | 185.36º | 0.4% | 0.55% | - |
| XYZ | 17.36 | 21.46 | 28.43 | - |
| YUV | 121.32 | 139.1 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 141 | 0.40 | 0.04 | 0 | 0.45 | 185.36 | 0.25 | 0.44 |
| Hex | 55 | 88 | 8D | 28 | 4 | 0 | 2D | B9 | 19 | 2C |
| Octal | 125 | 210 | 215 | 50 | 4 | 0 | 55 | 271 | 31 | 54 |
| Binary | 1010101 | 10001000 | 10001101 | 101000 | 100 | 0 | 101101 | 10111001 | 11001 | 101100 |
Color Harmonies of #55888D
Complementary color
Monochromatic Colors of #55888D
Black with #55888D
Text Example
Text Example
White with #55888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55888D; }
p { color: rgb(85,136,141); }
H1.HeaderClassName
{
color: #55888D;
}
.AnyTagClassName
{
color: #55888D;
}
</style>
background-color css
<style>
a { background-color: #55888D; }
a { background-color: rgb(85,136,141); }
div.DivClassName
{
background-color: #55888D;
}
.BgClassName
{
background-color: #55888D;
}
</style>
border-color css
<style>
span { border-color: #55888D; }
span { border-color: rgb(85,136,141); }
td.TdClassName
{
border-color: #55888D;
}
.TagClassName
{
border-color: #55888D;
}
</style>