#534C4D

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

Shades of Emperor #534C4D

Tints of Emperor #534C4D

Color information

#534C4D (or 0x534C4D) is unknown color: approx Emperor. HEX triplet: 53, 4C and 4D. RGB value is (83,76,77). Sum of RGB (Red+Green+Blue) = 83+76+77=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 83 - color contains mainly: red. Hex color #534C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534C4D is #ACB3B2. Grayscale: #4E4E4E. Windows color (decimal): -11318195 or 5065811. OLE color: 5065811.

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

Color convert

RGB837677-
CMYK00.080.070.67
HSL351.43º4.4%31.18%-
HSV(B)351.43º8.43%32.55%-
XYZ7.497.548.08-
YUV78.21127.32131.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.17%
GREEN value IS 76 (30.08% from 255) = 32.20%
BLUE value IS 77 (30.47% from 255) = 32.63%
R=35.17%
G=32.20%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83767700.080.070.67351.434.431.18
Hex534C4D0874315f41f
Octal1231141150107103537437
Binary10100111001100100110101000111100001110101111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534C4D; }

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

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

<style>
 a { background-color: #534C4D; }

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

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

<style>
 span { border-color: #534C4D; }

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

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