#57474A

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

Shades of Emperor #57474A

Tints of Emperor #57474A

Color information

#57474A (or 0x57474A) is unknown color: approx Emperor. HEX triplet: 57, 47 and 4A. RGB value is (87,71,74). Sum of RGB (Red+Green+Blue) = 87+71+74=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 87 - color contains mainly: red. Hex color #57474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57474A is #A8B8B5. Grayscale: #4C4C4C. Windows color (decimal): -11057334 or 4867927. OLE color: 4867927.

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

Color convert

RGB877174-
CMYK00.180.150.66
HSL348.75º10.13%30.98%-
HSV(B)348.75º18.39%34.12%-
XYZ7.427.037.44-
YUV76.13126.8135.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.5%
GREEN value IS 71 (28.12% from 255) = 30.60%
BLUE value IS 74 (29.30% from 255) = 31.90%
R=37.5%
G=30.60%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87717400.180.150.66348.7510.1330.98
Hex57474A012F4215da1f
Octal127107112022171025351237
Binary10101111000111100101001001011111000010101011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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