Shades of Smoky #555165
Tints of Smoky #555165
RGB
CMYK
RGB Variations
Color information
#555165 (or 0x555165) is known color: Smoky. HEX triplet: 55, 51 and 65. RGB value is (85,81,101). Sum of RGB (Red+Green+Blue) = 85+81+101=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 101 - color contains mainly: blue. Hex color #555165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555165 is #AAAE9A. Grayscale: #545454. Windows color (decimal): -11185819 or 6639957. OLE color: 6639957.
HSL color Cylindrical-coordinate representation of color #555165: hue angle of 252º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #555165 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 81 | 101 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.60 |
| HSL | 252º | 0.11% | 0.36% | - |
| HSV(B) | 252º | 0.2% | 0.4% | - |
| XYZ | 9.04 | 8.76 | 13.53 | - |
| YUV | 84.48 | 137.33 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 101 | 0.16 | 0.20 | 0 | 0.60 | 252 | 0.11 | 0.36 |
| Hex | 55 | 51 | 65 | 10 | 14 | 0 | 3C | FC | B | 24 |
| Octal | 125 | 121 | 145 | 20 | 24 | 0 | 74 | 374 | 13 | 44 |
| Binary | 1010101 | 1010001 | 1100101 | 10000 | 10100 | 0 | 111100 | 11111100 | 1011 | 100100 |
Color Harmonies of #555165
Complementary color
Monochromatic Colors of #555165
Black with #555165
Text Example
Text Example
White with #555165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555165; }
p { color: rgb(85,81,101); }
H1.HeaderClassName
{
color: #555165;
}
.AnyTagClassName
{
color: #555165;
}
</style>
background-color css
<style>
a { background-color: #555165; }
a { background-color: rgb(85,81,101); }
div.DivClassName
{
background-color: #555165;
}
.BgClassName
{
background-color: #555165;
}
</style>
border-color css
<style>
span { border-color: #555165; }
span { border-color: rgb(85,81,101); }
td.TdClassName
{
border-color: #555165;
}
.TagClassName
{
border-color: #555165;
}
</style>