Shades of Half Baked #55959F
Tints of Half Baked #55959F
RGB
CMYK
RGB Variations
Color information
#55959F (or 0x55959F) is known color: Half Baked. HEX triplet: 55, 95 and 9F. RGB value is (85,149,159). Sum of RGB (Red+Green+Blue) = 85+149+159=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 159 - color contains mainly: blue. Hex color #55959F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55959F is #AA6A60. Grayscale: #828282. Windows color (decimal): -11168353 or 10458453. OLE color: 10458453.
HSL color Cylindrical-coordinate representation of color #55959F: hue angle of 188.11º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55959F is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 149 | 159 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.38 |
| HSL | 188.11º | 0.3% | 0.48% | - |
| HSV(B) | 188.11º | 0.47% | 0.62% | - |
| XYZ | 20.75 | 25.93 | 36.71 | - |
| YUV | 131 | 143.8 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 149 | 159 | 0.47 | 0.06 | 0 | 0.38 | 188.11 | 0.3 | 0.48 |
| Hex | 55 | 95 | 9F | 2F | 6 | 0 | 26 | BC | 1E | 30 |
| Octal | 125 | 225 | 237 | 57 | 6 | 0 | 46 | 274 | 36 | 60 |
| Binary | 1010101 | 10010101 | 10011111 | 101111 | 110 | 0 | 100110 | 10111100 | 11110 | 110000 |
Color Harmonies of #55959F
Complementary color
Monochromatic Colors of #55959F
Black with #55959F
Text Example
Text Example
White with #55959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55959F; }
p { color: rgb(85,149,159); }
H1.HeaderClassName
{
color: #55959F;
}
.AnyTagClassName
{
color: #55959F;
}
</style>
background-color css
<style>
a { background-color: #55959F; }
a { background-color: rgb(85,149,159); }
div.DivClassName
{
background-color: #55959F;
}
.BgClassName
{
background-color: #55959F;
}
</style>
border-color css
<style>
span { border-color: #55959F; }
span { border-color: rgb(85,149,159); }
td.TdClassName
{
border-color: #55959F;
}
.TagClassName
{
border-color: #55959F;
}
</style>