#54484A

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

Shades of Emperor #54484A

Tints of Emperor #54484A

Color information

#54484A (or 0x54484A) is unknown color: approx Emperor. HEX triplet: 54, 48 and 4A. RGB value is (84,72,74). Sum of RGB (Red+Green+Blue) = 84+72+74=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 84 - color contains mainly: red. Hex color #54484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54484A is #ABB7B5. Grayscale: #4B4B4B. Windows color (decimal): -11253686 or 4868180. OLE color: 4868180.

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

Color convert

RGB847274-
CMYK00.140.120.67
HSL350º7.69%30.59%-
HSV(B)350º14.29%32.94%-
XYZ7.217.017.45-
YUV75.82126.98133.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.52%
GREEN value IS 72 (28.52% from 255) = 31.30%
BLUE value IS 74 (29.30% from 255) = 32.17%
R=36.52%
G=31.30%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84727400.140.120.673507.6930.59
Hex54484A0EC4315e81f
Octal124110112016141035361037
Binary1010100100100010010100111011001000011101011110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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