Shades of Half Baked #55838B
Tints of Half Baked #55838B
RGB
CMYK
RGB Variations
Color information
#55838B (or 0x55838B) is known color: Half Baked. HEX triplet: 55, 83 and 8B. RGB value is (85,131,139). Sum of RGB (Red+Green+Blue) = 85+131+139=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #55838B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55838B is #AA7C74. Grayscale: #767676. Windows color (decimal): -11172981 or 9143125. OLE color: 9143125.
HSL color Cylindrical-coordinate representation of color #55838B: hue angle of 188.89º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #55838B is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 131 | 139 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.45 |
| HSL | 188.89º | 0.24% | 0.44% | - |
| HSV(B) | 188.89º | 0.39% | 0.55% | - |
| XYZ | 16.52 | 20.03 | 27.42 | - |
| YUV | 118.16 | 139.76 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 131 | 139 | 0.39 | 0.06 | 0 | 0.45 | 188.89 | 0.24 | 0.44 |
| Hex | 55 | 83 | 8B | 27 | 6 | 0 | 2D | BD | 18 | 2C |
| Octal | 125 | 203 | 213 | 47 | 6 | 0 | 55 | 275 | 30 | 54 |
| Binary | 1010101 | 10000011 | 10001011 | 100111 | 110 | 0 | 101101 | 10111101 | 11000 | 101100 |
Color Harmonies of #55838B
Complementary color
Monochromatic Colors of #55838B
Black with #55838B
Text Example
Text Example
White with #55838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55838B; }
p { color: rgb(85,131,139); }
H1.HeaderClassName
{
color: #55838B;
}
.AnyTagClassName
{
color: #55838B;
}
</style>
background-color css
<style>
a { background-color: #55838B; }
a { background-color: rgb(85,131,139); }
div.DivClassName
{
background-color: #55838B;
}
.BgClassName
{
background-color: #55838B;
}
</style>
border-color css
<style>
span { border-color: #55838B; }
span { border-color: rgb(85,131,139); }
td.TdClassName
{
border-color: #55838B;
}
.TagClassName
{
border-color: #55838B;
}
</style>