#59494B

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

Shades of Emperor #59494B

Tints of Emperor #59494B

Color information

#59494B (or 0x59494B) is unknown color: approx Emperor. HEX triplet: 59, 49 and 4B. RGB value is (89,73,75). Sum of RGB (Red+Green+Blue) = 89+73+75=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 89 - color contains mainly: red. Hex color #59494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59494B is #A6B6B4. Grayscale: #4E4E4E. Windows color (decimal): -10925749 or 4933977. OLE color: 4933977.

HSL color Cylindrical-coordinate representation of color #59494B: hue angle of 352.5º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #59494B is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB897375-
CMYK00.180.160.65
HSL352.5º9.88%31.76%-
HSV(B)352.5º17.98%34.9%-
XYZ7.777.47.67-
YUV78.01126.3135.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.55%
GREEN value IS 73 (28.91% from 255) = 30.80%
BLUE value IS 75 (29.69% from 255) = 31.65%
R=37.55%
G=30.80%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89737500.180.160.65352.59.8831.76
Hex59494B0121041160a20
Octal131111113022201015401240
Binary1011001100100110010110100101000010000011011000001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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