Shades of Half Baked #55888A
Tints of Half Baked #55888A
RGB
CMYK
RGB Variations
Color information
#55888A (or 0x55888A) is known color: Half Baked. HEX triplet: 55, 88 and 8A. RGB value is (85,136,138). Sum of RGB (Red+Green+Blue) = 85+136+138=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 138 - color contains mainly: blue. Hex color #55888A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55888A is #AA7775. Grayscale: #787878. Windows color (decimal): -11171702 or 9078869. OLE color: 9078869.
HSL color Cylindrical-coordinate representation of color #55888A: hue angle of 182.26º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55888A is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 136 | 138 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.46 |
| HSL | 182.26º | 0.24% | 0.44% | - |
| HSV(B) | 182.26º | 0.38% | 0.54% | - |
| XYZ | 17.14 | 21.37 | 27.27 | - |
| YUV | 120.98 | 137.6 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 138 | 0.38 | 0.01 | 0 | 0.46 | 182.26 | 0.24 | 0.44 |
| Hex | 55 | 88 | 8A | 26 | 1 | 0 | 2E | B6 | 18 | 2C |
| Octal | 125 | 210 | 212 | 46 | 1 | 0 | 56 | 266 | 30 | 54 |
| Binary | 1010101 | 10001000 | 10001010 | 100110 | 1 | 0 | 101110 | 10110110 | 11000 | 101100 |
Color Harmonies of #55888A
Complementary color
Monochromatic Colors of #55888A
Black with #55888A
Text Example
Text Example
White with #55888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55888A; }
p { color: rgb(85,136,138); }
H1.HeaderClassName
{
color: #55888A;
}
.AnyTagClassName
{
color: #55888A;
}
</style>
background-color css
<style>
a { background-color: #55888A; }
a { background-color: rgb(85,136,138); }
div.DivClassName
{
background-color: #55888A;
}
.BgClassName
{
background-color: #55888A;
}
</style>
border-color css
<style>
span { border-color: #55888A; }
span { border-color: rgb(85,136,138); }
td.TdClassName
{
border-color: #55888A;
}
.TagClassName
{
border-color: #55888A;
}
</style>