Shades of Half Baked #55868E
Tints of Half Baked #55868E
RGB
CMYK
RGB Variations
Color information
#55868E (or 0x55868E) is known color: Half Baked. HEX triplet: 55, 86 and 8E. RGB value is (85,134,142). Sum of RGB (Red+Green+Blue) = 85+134+142=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 142 - color contains mainly: blue. Hex color #55868E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55868E is #AA7971. Grayscale: #787878. Windows color (decimal): -11172210 or 9340501. OLE color: 9340501.
HSL color Cylindrical-coordinate representation of color #55868E: hue angle of 188.42º 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 #55868E is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 134 | 142 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.44 |
| HSL | 188.42º | 0.25% | 0.45% | - |
| HSV(B) | 188.42º | 0.4% | 0.56% | - |
| XYZ | 17.15 | 20.93 | 28.73 | - |
| YUV | 120.26 | 140.27 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 134 | 142 | 0.40 | 0.06 | 0 | 0.44 | 188.42 | 0.25 | 0.45 |
| Hex | 55 | 86 | 8E | 28 | 6 | 0 | 2C | BC | 19 | 2D |
| Octal | 125 | 206 | 216 | 50 | 6 | 0 | 54 | 274 | 31 | 55 |
| Binary | 1010101 | 10000110 | 10001110 | 101000 | 110 | 0 | 101100 | 10111100 | 11001 | 101101 |
Color Harmonies of #55868E
Complementary color
Monochromatic Colors of #55868E
Black with #55868E
Text Example
Text Example
White with #55868E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55868E; }
p { color: rgb(85,134,142); }
H1.HeaderClassName
{
color: #55868E;
}
.AnyTagClassName
{
color: #55868E;
}
</style>
background-color css
<style>
a { background-color: #55868E; }
a { background-color: rgb(85,134,142); }
div.DivClassName
{
background-color: #55868E;
}
.BgClassName
{
background-color: #55868E;
}
</style>
border-color css
<style>
span { border-color: #55868E; }
span { border-color: rgb(85,134,142); }
td.TdClassName
{
border-color: #55868E;
}
.TagClassName
{
border-color: #55868E;
}
</style>