#53474A

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

Shades of Emperor #53474A

Tints of Emperor #53474A

Color information

#53474A (or 0x53474A) is unknown color: approx Emperor. HEX triplet: 53, 47 and 4A. RGB value is (83,71,74). Sum of RGB (Red+Green+Blue) = 83+71+74=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 83 - color contains mainly: red. Hex color #53474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53474A is #ACB8B5. Grayscale: #4A4A4A. Windows color (decimal): -11319478 or 4867923. OLE color: 4867923.

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

Color convert

RGB837174-
CMYK00.140.110.67
HSL345º7.79%30.2%-
HSV(B)345º14.46%32.55%-
XYZ7.066.847.43-
YUV74.93127.48133.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.40%
GREEN value IS 71 (28.12% from 255) = 31.14%
BLUE value IS 74 (29.30% from 255) = 32.46%
R=36.40%
G=31.14%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83717400.140.110.673457.7930.2
Hex53474A0EB4315981e
Octal123107112016131035311036
Binary1010011100011110010100111010111000011101011001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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