Shades of Smoky #55506F
Tints of Smoky #55506F
RGB
CMYK
RGB Variations
Color information
#55506F (or 0x55506F) is known color: Smoky. HEX triplet: 55, 50 and 6F. RGB value is (85,80,111). Sum of RGB (Red+Green+Blue) = 85+80+111=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 111 - color contains mainly: blue. Hex color #55506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55506F is #AAAF90. Grayscale: #545454. Windows color (decimal): -11186065 or 7295061. OLE color: 7295061.
HSL color Cylindrical-coordinate representation of color #55506F: hue angle of 249.68º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #55506F is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 80 | 111 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.56 |
| HSL | 249.68º | 0.16% | 0.37% | - |
| HSV(B) | 249.68º | 0.28% | 0.44% | - |
| XYZ | 9.48 | 8.82 | 16.24 | - |
| YUV | 85.03 | 142.66 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 111 | 0.23 | 0.28 | 0 | 0.56 | 249.68 | 0.16 | 0.37 |
| Hex | 55 | 50 | 6F | 17 | 1C | 0 | 38 | FA | 10 | 25 |
| Octal | 125 | 120 | 157 | 27 | 34 | 0 | 70 | 372 | 20 | 45 |
| Binary | 1010101 | 1010000 | 1101111 | 10111 | 11100 | 0 | 111000 | 11111010 | 10000 | 100101 |
Color Harmonies of #55506F
Complementary color
Monochromatic Colors of #55506F
Black with #55506F
Text Example
Text Example
White with #55506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55506F; }
p { color: rgb(85,80,111); }
H1.HeaderClassName
{
color: #55506F;
}
.AnyTagClassName
{
color: #55506F;
}
</style>
background-color css
<style>
a { background-color: #55506F; }
a { background-color: rgb(85,80,111); }
div.DivClassName
{
background-color: #55506F;
}
.BgClassName
{
background-color: #55506F;
}
</style>
border-color css
<style>
span { border-color: #55506F; }
span { border-color: rgb(85,80,111); }
td.TdClassName
{
border-color: #55506F;
}
.TagClassName
{
border-color: #55506F;
}
</style>