Html Css Color HEX #5B494A Emperor

📋 copy color: '#5B494A'

red 91 ◦ green 73 ◦ blue 74

#5B494A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emperor #5B494A

Tints of Emperor #5B494A

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.3% from 255) = 31.09%

R = 38.24%
G = 30.67%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#5B494A (or 0x5B494A) is known color: 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

RGB 91 73 74 -
CMYK 0 0.20 0.19 0.64
HSL 356.67º 0.11% 0.32% -
HSV(B) 356.67º 0.2% 0.36% -
XYZ 7.93 7.48 7.5 -
YUV 78.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 91 73 74 0 0.20 0.19 0.64 356.67 0.11 0.32
Hex 5B 49 4A 0 14 13 40 165 B 20
Octal 133 111 112 0 24 23 100 545 13 40
Binary 1011011 1001001 1001010 0 10100 10011 1000000 101100101 1011 100000

Color Harmonies of #5B494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B494A

Black with #5B494A

Text Example


Text Example

White with #5B494A

Text Example


Text Example

HTML Codes & Css Web 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>