Shades of Smoky #55506D
Tints of Smoky #55506D
RGB
CMYK
RGB Variations
Color information
#55506D (or 0x55506D) is known color: Smoky. HEX triplet: 55, 50 and 6D. RGB value is (85,80,109). Sum of RGB (Red+Green+Blue) = 85+80+109=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 109 - color contains mainly: blue. Hex color #55506D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55506D is #AAAF92. Grayscale: #545454. Windows color (decimal): -11186067 or 7163989. OLE color: 7163989.
HSL color Cylindrical-coordinate representation of color #55506D: hue angle of 250.34º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #55506D is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 80 | 109 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.57 |
| HSL | 250.34º | 0.15% | 0.37% | - |
| HSV(B) | 250.34º | 0.27% | 0.43% | - |
| XYZ | 9.38 | 8.77 | 15.67 | - |
| YUV | 84.8 | 141.66 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 109 | 0.22 | 0.27 | 0 | 0.57 | 250.34 | 0.15 | 0.37 |
| Hex | 55 | 50 | 6D | 16 | 1B | 0 | 39 | FA | F | 25 |
| Octal | 125 | 120 | 155 | 26 | 33 | 0 | 71 | 372 | 17 | 45 |
| Binary | 1010101 | 1010000 | 1101101 | 10110 | 11011 | 0 | 111001 | 11111010 | 1111 | 100101 |
Color Harmonies of #55506D
Complementary color
Monochromatic Colors of #55506D
Black with #55506D
Text Example
Text Example
White with #55506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55506D; }
p { color: rgb(85,80,109); }
H1.HeaderClassName
{
color: #55506D;
}
.AnyTagClassName
{
color: #55506D;
}
</style>
background-color css
<style>
a { background-color: #55506D; }
a { background-color: rgb(85,80,109); }
div.DivClassName
{
background-color: #55506D;
}
.BgClassName
{
background-color: #55506D;
}
</style>
border-color css
<style>
span { border-color: #55506D; }
span { border-color: rgb(85,80,109); }
td.TdClassName
{
border-color: #55506D;
}
.TagClassName
{
border-color: #55506D;
}
</style>