Shades of Half Baked #55928E
Tints of Half Baked #55928E
RGB
CMYK
RGB Variations
Color information
#55928E (or 0x55928E) is known color: Half Baked. HEX triplet: 55, 92 and 8E. RGB value is (85,146,142). Sum of RGB (Red+Green+Blue) = 85+146+142=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 146 - color contains mainly: green. Hex color #55928E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55928E is #AA6D71. Grayscale: #7F7F7F. Windows color (decimal): -11169138 or 9343573. OLE color: 9343573.
HSL color Cylindrical-coordinate representation of color #55928E: hue angle of 176.07º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55928E is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 146 | 142 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.43 |
| HSL | 176.07º | 0.26% | 0.45% | - |
| HSV(B) | 176.07º | 0.42% | 0.57% | - |
| XYZ | 18.91 | 24.44 | 29.31 | - |
| YUV | 127.31 | 136.29 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 146 | 142 | 0.42 | 0 | 0.03 | 0.43 | 176.07 | 0.26 | 0.45 |
| Hex | 55 | 92 | 8E | 2A | 0 | 3 | 2B | B0 | 1A | 2D |
| Octal | 125 | 222 | 216 | 52 | 0 | 3 | 53 | 260 | 32 | 55 |
| Binary | 1010101 | 10010010 | 10001110 | 101010 | 0 | 11 | 101011 | 10110000 | 11010 | 101101 |
Color Harmonies of #55928E
Complementary color
Monochromatic Colors of #55928E
Black with #55928E
Text Example
Text Example
White with #55928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55928E; }
p { color: rgb(85,146,142); }
H1.HeaderClassName
{
color: #55928E;
}
.AnyTagClassName
{
color: #55928E;
}
</style>
background-color css
<style>
a { background-color: #55928E; }
a { background-color: rgb(85,146,142); }
div.DivClassName
{
background-color: #55928E;
}
.BgClassName
{
background-color: #55928E;
}
</style>
border-color css
<style>
span { border-color: #55928E; }
span { border-color: rgb(85,146,142); }
td.TdClassName
{
border-color: #55928E;
}
.TagClassName
{
border-color: #55928E;
}
</style>