Shades of Smoky #545165
Tints of Smoky #545165
RGB
CMYK
RGB Variations
Color information
#545165 (or 0x545165) is known color: Smoky. HEX triplet: 54, 51 and 65. RGB value is (84,81,101). Sum of RGB (Red+Green+Blue) = 84+81+101=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 101 - color contains mainly: blue. Hex color #545165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545165 is #ABAE9A. Grayscale: #545454. Windows color (decimal): -11251355 or 6639956. OLE color: 6639956.
HSL color Cylindrical-coordinate representation of color #545165: hue angle of 249º 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 #545165 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 81 | 101 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.60 |
| HSL | 249º | 0.11% | 0.36% | - |
| HSV(B) | 249º | 0.2% | 0.4% | - |
| XYZ | 8.95 | 8.71 | 13.52 | - |
| YUV | 84.18 | 137.49 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 101 | 0.17 | 0.20 | 0 | 0.60 | 249 | 0.11 | 0.36 |
| Hex | 54 | 51 | 65 | 11 | 14 | 0 | 3C | F9 | B | 24 |
| Octal | 124 | 121 | 145 | 21 | 24 | 0 | 74 | 371 | 13 | 44 |
| Binary | 1010100 | 1010001 | 1100101 | 10001 | 10100 | 0 | 111100 | 11111001 | 1011 | 100100 |
Color Harmonies of #545165
Complementary color
Monochromatic Colors of #545165
Black with #545165
Text Example
Text Example
White with #545165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545165; }
p { color: rgb(84,81,101); }
H1.HeaderClassName
{
color: #545165;
}
.AnyTagClassName
{
color: #545165;
}
</style>
background-color css
<style>
a { background-color: #545165; }
a { background-color: rgb(84,81,101); }
div.DivClassName
{
background-color: #545165;
}
.BgClassName
{
background-color: #545165;
}
</style>
border-color css
<style>
span { border-color: #545165; }
span { border-color: rgb(84,81,101); }
td.TdClassName
{
border-color: #545165;
}
.TagClassName
{
border-color: #545165;
}
</style>