Shades of Smoky #545263
Tints of Smoky #545263
RGB
CMYK
RGB Variations
Color information
#545263 (or 0x545263) is known color: Smoky. HEX triplet: 54, 52 and 63. RGB value is (84,82,99). Sum of RGB (Red+Green+Blue) = 84+82+99=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 99 - color contains mainly: blue. Hex color #545263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545263 is #ABAD9C. Grayscale: #545454. Windows color (decimal): -11251101 or 6509140. OLE color: 6509140.
HSL color Cylindrical-coordinate representation of color #545263: hue angle of 247.06º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #545263 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 82 | 99 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.61 |
| HSL | 247.06º | 0.09% | 0.35% | - |
| HSV(B) | 247.06º | 0.17% | 0.39% | - |
| XYZ | 8.93 | 8.82 | 13.04 | - |
| YUV | 84.54 | 136.16 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 82 | 99 | 0.15 | 0.17 | 0 | 0.61 | 247.06 | 0.09 | 0.35 |
| Hex | 54 | 52 | 63 | F | 11 | 0 | 3D | F7 | 9 | 23 |
| Octal | 124 | 122 | 143 | 17 | 21 | 0 | 75 | 367 | 11 | 43 |
| Binary | 1010100 | 1010010 | 1100011 | 1111 | 10001 | 0 | 111101 | 11110111 | 1001 | 100011 |
Color Harmonies of #545263
Complementary color
Monochromatic Colors of #545263
Black with #545263
Text Example
Text Example
White with #545263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545263; }
p { color: rgb(84,82,99); }
H1.HeaderClassName
{
color: #545263;
}
.AnyTagClassName
{
color: #545263;
}
</style>
background-color css
<style>
a { background-color: #545263; }
a { background-color: rgb(84,82,99); }
div.DivClassName
{
background-color: #545263;
}
.BgClassName
{
background-color: #545263;
}
</style>
border-color css
<style>
span { border-color: #545263; }
span { border-color: rgb(84,82,99); }
td.TdClassName
{
border-color: #545263;
}
.TagClassName
{
border-color: #545263;
}
</style>