#5B374D

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

Shades of Purple Taupe #5B374D

Tints of Purple Taupe #5B374D

Color information

#5B374D (or 0x5B374D) is unknown color: approx Purple Taupe. HEX triplet: 5B, 37 and 4D. RGB value is (91,55,77). Sum of RGB (Red+Green+Blue) = 91+55+77=223 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.81% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 91 - color contains mainly: red. Hex color #5B374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B374D is #A4C8B2. Grayscale: #444444. Windows color (decimal): -10799283 or 5060443. OLE color: 5060443.

HSL color Cylindrical-coordinate representation of color #5B374D: hue angle of 323.33º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B374D is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB915577-
CMYK00.400.150.64
HSL323.33º24.66%28.63%-
HSV(B)323.33º39.56%35.69%-
XYZ7.025.497.71-
YUV68.27132.93144.21-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.81%
GREEN value IS 55 (21.88% from 255) = 24.66%
BLUE value IS 77 (30.47% from 255) = 34.53%
R=40.81%
G=24.66%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91557700.400.150.64323.3324.6628.63
Hex5B374D028F40143191d
Octal13367115050171005033135
Binary101101111011110011010101000111110000001010000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,55,77); }

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

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

 a { background-color: rgb(91,55,77); }

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

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

 span { border-color: rgb(91,55,77); }

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