Shades of Half Baked #55878E
Tints of Half Baked #55878E
RGB
CMYK
RGB Variations
Color information
#55878E (or 0x55878E) is known color: Half Baked. HEX triplet: 55, 87 and 8E. RGB value is (85,135,142). Sum of RGB (Red+Green+Blue) = 85+135+142=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 142 - color contains mainly: blue. Hex color #55878E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55878E is #AA7871. Grayscale: #787878. Windows color (decimal): -11171954 or 9340757. OLE color: 9340757.
HSL color Cylindrical-coordinate representation of color #55878E: hue angle of 187.37º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55878E is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 135 | 142 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.44 |
| HSL | 187.37º | 0.25% | 0.45% | - |
| HSV(B) | 187.37º | 0.4% | 0.56% | - |
| XYZ | 17.29 | 21.21 | 28.77 | - |
| YUV | 120.85 | 139.94 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 135 | 142 | 0.40 | 0.05 | 0 | 0.44 | 187.37 | 0.25 | 0.45 |
| Hex | 55 | 87 | 8E | 28 | 5 | 0 | 2C | BB | 19 | 2D |
| Octal | 125 | 207 | 216 | 50 | 5 | 0 | 54 | 273 | 31 | 55 |
| Binary | 1010101 | 10000111 | 10001110 | 101000 | 101 | 0 | 101100 | 10111011 | 11001 | 101101 |
Color Harmonies of #55878E
Complementary color
Monochromatic Colors of #55878E
Black with #55878E
Text Example
Text Example
White with #55878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55878E; }
p { color: rgb(85,135,142); }
H1.HeaderClassName
{
color: #55878E;
}
.AnyTagClassName
{
color: #55878E;
}
</style>
background-color css
<style>
a { background-color: #55878E; }
a { background-color: rgb(85,135,142); }
div.DivClassName
{
background-color: #55878E;
}
.BgClassName
{
background-color: #55878E;
}
</style>
border-color css
<style>
span { border-color: #55878E; }
span { border-color: rgb(85,135,142); }
td.TdClassName
{
border-color: #55878E;
}
.TagClassName
{
border-color: #55878E;
}
</style>