#57484A

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

Shades of Emperor #57484A

Tints of Emperor #57484A

Color information

#57484A (or 0x57484A) is unknown color: approx Emperor. HEX triplet: 57, 48 and 4A. RGB value is (87,72,74). Sum of RGB (Red+Green+Blue) = 87+72+74=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 87 - color contains mainly: red. Hex color #57484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57484A is #A8B7B5. Grayscale: #4C4C4C. Windows color (decimal): -11057078 or 4868183. OLE color: 4868183.

HSL color Cylindrical-coordinate representation of color #57484A: hue angle of 352º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #57484A is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB877274-
CMYK00.170.150.66
HSL352º9.43%31.18%-
HSV(B)352º17.24%34.12%-
XYZ7.487.167.47-
YUV76.71126.47135.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.34%
GREEN value IS 72 (28.52% from 255) = 30.90%
BLUE value IS 74 (29.30% from 255) = 31.76%
R=37.34%
G=30.90%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87727400.170.150.663529.4331.18
Hex57484A011F4216091f
Octal127110112021171025401137
Binary10101111001000100101001000111111000010101100000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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