#5B484A

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

Shades of Emperor #5B484A

Tints of Emperor #5B484A

Color information

#5B484A (or 0x5B484A) is unknown color: approx Emperor. HEX triplet: 5B, 48 and 4A. RGB value is (91,72,74). Sum of RGB (Red+Green+Blue) = 91+72+74=237 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.40% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 91 - color contains mainly: red. Hex color #5B484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B484A is #A4B7B5. Grayscale: #4D4D4D. Windows color (decimal): -10794934 or 4868187. OLE color: 4868187.

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

Color convert

RGB917274-
CMYK00.210.190.64
HSL353.68º11.66%31.96%-
HSV(B)353.68º20.88%35.69%-
XYZ7.877.357.48-
YUV77.91125.79137.34-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.40%
GREEN value IS 72 (28.52% from 255) = 30.38%
BLUE value IS 74 (29.30% from 255) = 31.22%
R=38.40%
G=30.38%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91727400.210.190.64353.6811.6631.96
Hex5B484A0151340162c20
Octal133110112025231005421440
Binary1011011100100010010100101011001110000001011000101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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