Shades of Smoky #545265
Tints of Smoky #545265
RGB
CMYK
RGB Variations
Color information
#545265 (or 0x545265) is known color: Smoky. HEX triplet: 54, 52 and 65. RGB value is (84,82,101). Sum of RGB (Red+Green+Blue) = 84+82+101=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 82 (32.42% from 255 or 30.71% 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 #545265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545265 is #ABAD9A. Grayscale: #545454. Windows color (decimal): -11251099 or 6640212. OLE color: 6640212.
HSL color Cylindrical-coordinate representation of color #545265: hue angle of 246.32º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #545265 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 82 | 101 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.60 |
| HSL | 246.32º | 0.1% | 0.36% | - |
| HSV(B) | 246.32º | 0.19% | 0.4% | - |
| XYZ | 9.02 | 8.86 | 13.55 | - |
| YUV | 84.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 82 | 101 | 0.17 | 0.19 | 0 | 0.60 | 246.32 | 0.1 | 0.36 |
| Hex | 54 | 52 | 65 | 11 | 13 | 0 | 3C | F6 | A | 24 |
| Octal | 124 | 122 | 145 | 21 | 23 | 0 | 74 | 366 | 12 | 44 |
| Binary | 1010100 | 1010010 | 1100101 | 10001 | 10011 | 0 | 111100 | 11110110 | 1010 | 100100 |
Color Harmonies of #545265
Complementary color
Monochromatic Colors of #545265
Black with #545265
Text Example
Text Example
White with #545265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545265; }
p { color: rgb(84,82,101); }
H1.HeaderClassName
{
color: #545265;
}
.AnyTagClassName
{
color: #545265;
}
</style>
background-color css
<style>
a { background-color: #545265; }
a { background-color: rgb(84,82,101); }
div.DivClassName
{
background-color: #545265;
}
.BgClassName
{
background-color: #545265;
}
</style>
border-color css
<style>
span { border-color: #545265; }
span { border-color: rgb(84,82,101); }
td.TdClassName
{
border-color: #545265;
}
.TagClassName
{
border-color: #545265;
}
</style>