Shades of Smoky #545362
Tints of Smoky #545362
RGB
CMYK
RGB Variations
Color information
#545362 (or 0x545362) is known color: Smoky. HEX triplet: 54, 53 and 62. RGB value is (84,83,98). Sum of RGB (Red+Green+Blue) = 84+83+98=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 98 - color contains mainly: blue. Hex color #545362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545362 is #ABAC9D. Grayscale: #545454. Windows color (decimal): -11250846 or 6443860. OLE color: 6443860.
HSL color Cylindrical-coordinate representation of color #545362: hue angle of 244º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #545362 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 83 | 98 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.62 |
| HSL | 244º | 0.08% | 0.35% | - |
| HSV(B) | 244º | 0.15% | 0.38% | - |
| XYZ | 8.95 | 8.95 | 12.81 | - |
| YUV | 85.01 | 135.33 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 83 | 98 | 0.14 | 0.15 | 0 | 0.62 | 244 | 0.08 | 0.35 |
| Hex | 54 | 53 | 62 | E | F | 0 | 3E | F4 | 8 | 23 |
| Octal | 124 | 123 | 142 | 16 | 17 | 0 | 76 | 364 | 10 | 43 |
| Binary | 1010100 | 1010011 | 1100010 | 1110 | 1111 | 0 | 111110 | 11110100 | 1000 | 100011 |
Color Harmonies of #545362
Complementary color
Monochromatic Colors of #545362
Black with #545362
Text Example
Text Example
White with #545362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545362; }
p { color: rgb(84,83,98); }
H1.HeaderClassName
{
color: #545362;
}
.AnyTagClassName
{
color: #545362;
}
</style>
background-color css
<style>
a { background-color: #545362; }
a { background-color: rgb(84,83,98); }
div.DivClassName
{
background-color: #545362;
}
.BgClassName
{
background-color: #545362;
}
</style>
border-color css
<style>
span { border-color: #545362; }
span { border-color: rgb(84,83,98); }
td.TdClassName
{
border-color: #545362;
}
.TagClassName
{
border-color: #545362;
}
</style>