#59474A

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

Shades of Emperor #59474A

Tints of Emperor #59474A

Color information

#59474A (or 0x59474A) is unknown color: approx Emperor. HEX triplet: 59, 47 and 4A. RGB value is (89,71,74). Sum of RGB (Red+Green+Blue) = 89+71+74=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 89 - color contains mainly: red. Hex color #59474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59474A is #A6B8B5. Grayscale: #4C4C4C. Windows color (decimal): -10926262 or 4867929. OLE color: 4867929.

HSL color Cylindrical-coordinate representation of color #59474A: hue angle of 350º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #59474A is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB897174-
CMYK00.200.170.65
HSL350º11.25%31.37%-
HSV(B)350º20.22%34.9%-
XYZ7.617.127.45-
YUV76.72126.46136.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.03%
GREEN value IS 71 (28.12% from 255) = 30.34%
BLUE value IS 74 (29.30% from 255) = 31.62%
R=38.03%
G=30.34%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89717400.200.170.6535011.2531.37
Hex59474A014114115eb1f
Octal131107112024211015361337
Binary101100110001111001010010100100011000001101011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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