#53484B

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

Shades of Emperor #53484B

Tints of Emperor #53484B

Color information

#53484B (or 0x53484B) is unknown color: approx Emperor. HEX triplet: 53, 48 and 4B. RGB value is (83,72,75). Sum of RGB (Red+Green+Blue) = 83+72+75=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 83 - color contains mainly: red. Hex color #53484B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53484B is #ACB7B4. Grayscale: #4B4B4B. Windows color (decimal): -11319221 or 4933715. OLE color: 4933715.

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

Color convert

RGB837275-
CMYK00.130.100.67
HSL343.64º7.1%30.39%-
HSV(B)343.64º13.25%32.55%-
XYZ7.156.987.63-
YUV75.63127.64133.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.09%
GREEN value IS 72 (28.52% from 255) = 31.30%
BLUE value IS 75 (29.69% from 255) = 32.61%
R=36.09%
G=31.30%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83727500.130.100.67343.647.130.39
Hex53484B0DA4315871e
Octal12311011301512103530736
Binary101001110010001001011011011010100001110101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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