#54474A

Color #54474A Emperor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emperor #54474A

Tints of Emperor #54474A

Color information

#54474A (or 0x54474A) is unknown color: approx Emperor. HEX triplet: 54, 47 and 4A. RGB value is (84,71,74). Sum of RGB (Red+Green+Blue) = 84+71+74=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 84 - color contains mainly: red. Hex color #54474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54474A is #ABB8B5. Grayscale: #4B4B4B. Windows color (decimal): -11253942 or 4867924. OLE color: 4867924.

HSL color Cylindrical-coordinate representation of color #54474A: hue angle of 346.15º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #54474A is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB847174-
CMYK00.150.120.67
HSL346.15º8.39%30.39%-
HSV(B)346.15º15.48%32.94%-
XYZ7.156.897.43-
YUV75.23127.31134.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 36.68%
GREEN value IS 71 (28.12% from 255) = 31.00%
BLUE value IS 74 (29.30% from 255) = 32.31%
R=36.68%
G=31.00%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84717400.150.120.67346.158.3930.39
Hex54474A0FC4315a81e
Octal124107112017141035321036
Binary1010100100011110010100111111001000011101011010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54474A; }

 p { color: rgb(84,71,74); }

 H1.HeaderClassName
 {
   color: #54474A;
 }
 .AnyTagClassName
 {
   color: #54474A;
 }
</style>
background-color css

<style>
 a { background-color: #54474A; }

 a { background-color: rgb(84,71,74); }

 div.DivClassName
 {
   background-color: #54474A;
 }
 .BgClassName
 {
   background-color: #54474A;
 }
</style>
border-color css

<style>
 span { border-color: #54474A; }

 span { border-color: rgb(84,71,74); }

 td.TdClassName
 {
   border-color: #54474A;
 }
 .TagClassName
 {
   border-color: #54474A;
 }
</style>