#5C4357

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

Shades of Purple Taupe #5C4357

Tints of Purple Taupe #5C4357

Color information

#5C4357 (or 0x5C4357) is unknown color: approx Purple Taupe. HEX triplet: 5C, 43 and 57. RGB value is (92,67,87). Sum of RGB (Red+Green+Blue) = 92+67+87=246 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.40% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 87 (34.38% from 255 or 35.37% from 246); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4357 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4357 is #A3BCA8. Grayscale: #4C4C4C. Windows color (decimal): -10730665 or 5718876. OLE color: 5718876.

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

Color convert

RGB926787-
CMYK00.270.050.64
HSL312º15.72%31.18%-
HSV(B)312º27.17%36.08%-
XYZ8.146.989.93-
YUV76.76133.78138.87-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 37.40%
GREEN value IS 67 (26.56% from 255) = 27.24%
BLUE value IS 87 (34.38% from 255) = 35.37%
R=37.40%
G=27.24%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92678700.270.050.6431215.7231.18
Hex5C435701B540138101f
Octal13410312703351004702037
Binary10111001000011101011101101110110000001001110001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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