#5B494A

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

Shades of Emperor #5B494A

Tints of Emperor #5B494A

Color information

#5B494A (or 0x5B494A) is unknown color: approx Emperor. HEX triplet: 5B, 49 and 4A. RGB value is (91,73,74). Sum of RGB (Red+Green+Blue) = 91+73+74=238 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.24% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 91 - color contains mainly: red. Hex color #5B494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B494A is #A4B6B5. Grayscale: #4E4E4E. Windows color (decimal): -10794678 or 4868443. OLE color: 4868443.

HSL color Cylindrical-coordinate representation of color #5B494A: hue angle of 356.67º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5B494A is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB917374-
CMYK00.200.190.64
HSL356.67º10.98%32.16%-
HSV(B)356.67º19.78%35.69%-
XYZ7.937.487.5-
YUV78.5125.46136.92-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.24%
GREEN value IS 73 (28.91% from 255) = 30.67%
BLUE value IS 74 (29.30% from 255) = 31.09%
R=38.24%
G=30.67%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91737400.200.190.64356.6710.9832.16
Hex5B494A0141340165b20
Octal133111112024231005451340
Binary1011011100100110010100101001001110000001011001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B494A; }

 p { color: rgb(91,73,74); }

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

<style>
 a { background-color: #5B494A; }

 a { background-color: rgb(91,73,74); }

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

<style>
 span { border-color: #5B494A; }

 span { border-color: rgb(91,73,74); }

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