#53494C

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

Shades of Emperor #53494C

Tints of Emperor #53494C

Color information

#53494C (or 0x53494C) is unknown color: approx Emperor. HEX triplet: 53, 49 and 4C. RGB value is (83,73,76). Sum of RGB (Red+Green+Blue) = 83+73+76=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 83 - color contains mainly: red. Hex color #53494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53494C is #ACB6B3. Grayscale: #4C4C4C. Windows color (decimal): -11318964 or 4999507. OLE color: 4999507.

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

Color convert

RGB837376-
CMYK00.120.080.67
HSL342º6.41%30.59%-
HSV(B)342º12.05%32.55%-
XYZ7.257.137.83-
YUV76.33127.81132.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.78%
GREEN value IS 73 (28.91% from 255) = 31.47%
BLUE value IS 76 (30.08% from 255) = 32.76%
R=35.78%
G=31.47%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83737600.120.080.673426.4130.59
Hex53494C0C84315661f
Octal12311111401410103526637
Binary101001110010011001100011001000100001110101011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53494C; }

 p { color: rgb(83,73,76); }

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

<style>
 a { background-color: #53494C; }

 a { background-color: rgb(83,73,76); }

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

<style>
 span { border-color: #53494C; }

 span { border-color: rgb(83,73,76); }

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