#53494A

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

Shades of Emperor #53494A

Tints of Emperor #53494A

Color information

#53494A (or 0x53494A) is unknown color: approx Emperor. HEX triplet: 53, 49 and 4A. RGB value is (83,73,74). Sum of RGB (Red+Green+Blue) = 83+73+74=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 83 - color contains mainly: red. Hex color #53494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53494A is #ACB6B5. Grayscale: #4C4C4C. Windows color (decimal): -11318966 or 4868435. OLE color: 4868435.

HSL color Cylindrical-coordinate representation of color #53494A: hue angle of 354º 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 #53494A is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB837374-
CMYK00.120.110.67
HSL354º6.41%30.59%-
HSV(B)354º12.05%32.55%-
XYZ7.197.17.47-
YUV76.1126.81132.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.09%
GREEN value IS 73 (28.91% from 255) = 31.74%
BLUE value IS 74 (29.30% from 255) = 32.17%
R=36.09%
G=31.74%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83737400.120.110.673546.4130.59
Hex53494A0CB4316261f
Octal12311111201413103542637
Binary101001110010011001010011001011100001110110001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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