Shades of Half Baked #55858B
Tints of Half Baked #55858B
RGB
CMYK
RGB Variations
Color information
#55858B (or 0x55858B) is known color: Half Baked. HEX triplet: 55, 85 and 8B. RGB value is (85,133,139). Sum of RGB (Red+Green+Blue) = 85+133+139=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 139 - color contains mainly: blue. Hex color #55858B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55858B is #AA7A74. Grayscale: #777777. Windows color (decimal): -11172469 or 9143637. OLE color: 9143637.
HSL color Cylindrical-coordinate representation of color #55858B: hue angle of 186.67º 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 #55858B is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 133 | 139 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.45 |
| HSL | 186.67º | 0.24% | 0.44% | - |
| HSV(B) | 186.67º | 0.39% | 0.55% | - |
| XYZ | 16.79 | 20.57 | 27.51 | - |
| YUV | 119.33 | 139.1 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 133 | 139 | 0.39 | 0.04 | 0 | 0.45 | 186.67 | 0.24 | 0.44 |
| Hex | 55 | 85 | 8B | 27 | 4 | 0 | 2D | BB | 18 | 2C |
| Octal | 125 | 205 | 213 | 47 | 4 | 0 | 55 | 273 | 30 | 54 |
| Binary | 1010101 | 10000101 | 10001011 | 100111 | 100 | 0 | 101101 | 10111011 | 11000 | 101100 |
Color Harmonies of #55858B
Complementary color
Monochromatic Colors of #55858B
Black with #55858B
Text Example
Text Example
White with #55858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55858B; }
p { color: rgb(85,133,139); }
H1.HeaderClassName
{
color: #55858B;
}
.AnyTagClassName
{
color: #55858B;
}
</style>
background-color css
<style>
a { background-color: #55858B; }
a { background-color: rgb(85,133,139); }
div.DivClassName
{
background-color: #55858B;
}
.BgClassName
{
background-color: #55858B;
}
</style>
border-color css
<style>
span { border-color: #55858B; }
span { border-color: rgb(85,133,139); }
td.TdClassName
{
border-color: #55858B;
}
.TagClassName
{
border-color: #55858B;
}
</style>