Shades of Half Baked #55959B
Tints of Half Baked #55959B
RGB
CMYK
RGB Variations
Color information
#55959B (or 0x55959B) is known color: Half Baked. HEX triplet: 55, 95 and 9B. RGB value is (85,149,155). Sum of RGB (Red+Green+Blue) = 85+149+155=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #55959B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55959B is #AA6A64. Grayscale: #828282. Windows color (decimal): -11168357 or 10196309. OLE color: 10196309.
HSL color Cylindrical-coordinate representation of color #55959B: hue angle of 185.14º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55959B is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 149 | 155 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.39 |
| HSL | 185.14º | 0.29% | 0.47% | - |
| HSV(B) | 185.14º | 0.45% | 0.61% | - |
| XYZ | 20.41 | 25.79 | 34.91 | - |
| YUV | 130.55 | 141.8 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 149 | 155 | 0.45 | 0.04 | 0 | 0.39 | 185.14 | 0.29 | 0.47 |
| Hex | 55 | 95 | 9B | 2D | 4 | 0 | 27 | B9 | 1D | 2F |
| Octal | 125 | 225 | 233 | 55 | 4 | 0 | 47 | 271 | 35 | 57 |
| Binary | 1010101 | 10010101 | 10011011 | 101101 | 100 | 0 | 100111 | 10111001 | 11101 | 101111 |
Color Harmonies of #55959B
Complementary color
Monochromatic Colors of #55959B
Black with #55959B
Text Example
Text Example
White with #55959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55959B; }
p { color: rgb(85,149,155); }
H1.HeaderClassName
{
color: #55959B;
}
.AnyTagClassName
{
color: #55959B;
}
</style>
background-color css
<style>
a { background-color: #55959B; }
a { background-color: rgb(85,149,155); }
div.DivClassName
{
background-color: #55959B;
}
.BgClassName
{
background-color: #55959B;
}
</style>
border-color css
<style>
span { border-color: #55959B; }
span { border-color: rgb(85,149,155); }
td.TdClassName
{
border-color: #55959B;
}
.TagClassName
{
border-color: #55959B;
}
</style>