#53494B

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

Shades of Emperor #53494B

Tints of Emperor #53494B

Color information

#53494B (or 0x53494B) is unknown color: approx Emperor. HEX triplet: 53, 49 and 4B. RGB value is (83,73,75). Sum of RGB (Red+Green+Blue) = 83+73+75=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 83 - color contains mainly: red. Hex color #53494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53494B is #ACB6B4. Grayscale: #4C4C4C. Windows color (decimal): -11318965 or 4933971. OLE color: 4933971.

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

Color convert

RGB837375-
CMYK00.120.100.67
HSL348º6.41%30.59%-
HSV(B)348º12.05%32.55%-
XYZ7.227.117.65-
YUV76.22127.31132.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.93%
GREEN value IS 73 (28.91% from 255) = 31.60%
BLUE value IS 75 (29.69% from 255) = 32.47%
R=35.93%
G=31.60%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83737500.120.100.673486.4130.59
Hex53494B0CA4315c61f
Octal12311111301412103534637
Binary101001110010011001011011001010100001110101110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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