#5C4B57

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

Shades of Purple Taupe #5C4B57

Tints of Purple Taupe #5C4B57

Color information

#5C4B57 (or 0x5C4B57) is unknown color: approx Purple Taupe. HEX triplet: 5C, 4B and 57. RGB value is (92,75,87). Sum of RGB (Red+Green+Blue) = 92+75+87=254 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.22% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 87 (34.38% from 255 or 34.25% from 254); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4B57 is #A3B4A8. Grayscale: #515151. Windows color (decimal): -10728617 or 5720924. OLE color: 5720924.

HSL color Cylindrical-coordinate representation of color #5C4B57: hue angle of 317.65º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5C4B57 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB927587-
CMYK00.180.050.64
HSL317.65º10.18%32.75%-
HSV(B)317.65º18.48%36.08%-
XYZ8.65810.1-
YUV81.45131.13135.52-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.22%
GREEN value IS 75 (29.69% from 255) = 29.53%
BLUE value IS 87 (34.38% from 255) = 34.25%
R=36.22%
G=29.53%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92758700.180.050.64317.6510.1832.75
Hex5C4B5701254013ea21
Octal13411312702251004761241
Binary10111001001011101011101001010110000001001111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,75,87); }

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

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

 a { background-color: rgb(92,75,87); }

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

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

 span { border-color: rgb(92,75,87); }

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