#53484A

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

Shades of Emperor #53484A

Tints of Emperor #53484A

Color information

#53484A (or 0x53484A) is unknown color: approx Emperor. HEX triplet: 53, 48 and 4A. RGB value is (83,72,74). Sum of RGB (Red+Green+Blue) = 83+72+74=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 83 - color contains mainly: red. Hex color #53484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53484A is #ACB7B5. Grayscale: #4B4B4B. Windows color (decimal): -11319222 or 4868179. OLE color: 4868179.

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

Color convert

RGB837274-
CMYK00.130.110.67
HSL349.09º7.1%30.39%-
HSV(B)349.09º13.25%32.55%-
XYZ7.126.977.45-
YUV75.52127.14133.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.24%
GREEN value IS 72 (28.52% from 255) = 31.44%
BLUE value IS 74 (29.30% from 255) = 32.31%
R=36.24%
G=31.44%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83727400.130.110.67349.097.130.39
Hex53484A0DB4315d71e
Octal12311011201513103535736
Binary101001110010001001010011011011100001110101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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