Shades of Smoky #54536A
Tints of Smoky #54536A
RGB
CMYK
RGB Variations
Color information
#54536A (or 0x54536A) is known color: Smoky. HEX triplet: 54, 53 and 6A. RGB value is (84,83,106). Sum of RGB (Red+Green+Blue) = 84+83+106=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 106 - color contains mainly: blue. Hex color #54536A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54536A is #ABAC95. Grayscale: #555555. Windows color (decimal): -11250838 or 6968148. OLE color: 6968148.
HSL color Cylindrical-coordinate representation of color #54536A: hue angle of 242.61º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #54536A is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 83 | 106 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.58 |
| HSL | 242.61º | 0.12% | 0.37% | - |
| HSV(B) | 242.61º | 0.22% | 0.42% | - |
| XYZ | 9.35 | 9.11 | 14.9 | - |
| YUV | 85.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 83 | 106 | 0.21 | 0.22 | 0 | 0.58 | 242.61 | 0.12 | 0.37 |
| Hex | 54 | 53 | 6A | 15 | 16 | 0 | 3A | F3 | C | 25 |
| Octal | 124 | 123 | 152 | 25 | 26 | 0 | 72 | 363 | 14 | 45 |
| Binary | 1010100 | 1010011 | 1101010 | 10101 | 10110 | 0 | 111010 | 11110011 | 1100 | 100101 |
Color Harmonies of #54536A
Complementary color
Monochromatic Colors of #54536A
Black with #54536A
Text Example
Text Example
White with #54536A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54536A; }
p { color: rgb(84,83,106); }
H1.HeaderClassName
{
color: #54536A;
}
.AnyTagClassName
{
color: #54536A;
}
</style>
background-color css
<style>
a { background-color: #54536A; }
a { background-color: rgb(84,83,106); }
div.DivClassName
{
background-color: #54536A;
}
.BgClassName
{
background-color: #54536A;
}
</style>
border-color css
<style>
span { border-color: #54536A; }
span { border-color: rgb(84,83,106); }
td.TdClassName
{
border-color: #54536A;
}
.TagClassName
{
border-color: #54536A;
}
</style>