Shades of Half Baked #55938D
Tints of Half Baked #55938D
RGB
CMYK
RGB Variations
Color information
#55938D (or 0x55938D) is known color: Half Baked. HEX triplet: 55, 93 and 8D. RGB value is (85,147,141). Sum of RGB (Red+Green+Blue) = 85+147+141=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #55938D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55938D is #AA6C72. Grayscale: #7F7F7F. Windows color (decimal): -11168883 or 9278293. OLE color: 9278293.
HSL color Cylindrical-coordinate representation of color #55938D: hue angle of 174.19º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55938D is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 147 | 141 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.42 |
| HSL | 174.19º | 0.27% | 0.45% | - |
| HSV(B) | 174.19º | 0.42% | 0.58% | - |
| XYZ | 18.99 | 24.72 | 28.97 | - |
| YUV | 127.78 | 135.46 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 147 | 141 | 0.42 | 0 | 0.04 | 0.42 | 174.19 | 0.27 | 0.45 |
| Hex | 55 | 93 | 8D | 2A | 0 | 4 | 2A | AE | 1B | 2D |
| Octal | 125 | 223 | 215 | 52 | 0 | 4 | 52 | 256 | 33 | 55 |
| Binary | 1010101 | 10010011 | 10001101 | 101010 | 0 | 100 | 101010 | 10101110 | 11011 | 101101 |
Color Harmonies of #55938D
Complementary color
Monochromatic Colors of #55938D
Black with #55938D
Text Example
Text Example
White with #55938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55938D; }
p { color: rgb(85,147,141); }
H1.HeaderClassName
{
color: #55938D;
}
.AnyTagClassName
{
color: #55938D;
}
</style>
background-color css
<style>
a { background-color: #55938D; }
a { background-color: rgb(85,147,141); }
div.DivClassName
{
background-color: #55938D;
}
.BgClassName
{
background-color: #55938D;
}
</style>
border-color css
<style>
span { border-color: #55938D; }
span { border-color: rgb(85,147,141); }
td.TdClassName
{
border-color: #55938D;
}
.TagClassName
{
border-color: #55938D;
}
</style>