#5C3E52

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

Shades of Purple Taupe #5C3E52

Tints of Purple Taupe #5C3E52

Color information

#5C3E52 (or 0x5C3E52) is unknown color: approx Purple Taupe. HEX triplet: 5C, 3E and 52. RGB value is (92,62,82). Sum of RGB (Red+Green+Blue) = 92+62+82=236 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.98% from 236); Green value is 62 (24.61% from 255 or 26.27% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3E52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3E52 is #A3C1AD. Grayscale: #494949. Windows color (decimal): -10731950 or 5389916. OLE color: 5389916.

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

Color convert

RGB926282-
CMYK00.330.110.64
HSL320º19.48%30.2%-
HSV(B)320º32.61%36.08%-
XYZ7.666.338.8-
YUV73.25132.94141.37-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.98%
GREEN value IS 62 (24.61% from 255) = 26.27%
BLUE value IS 82 (32.42% from 255) = 34.75%
R=38.98%
G=26.27%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92628200.330.110.6432019.4830.2
Hex5C3E52021B40140131e
Octal13476122041131005002336
Binary101110011111010100100100001101110000001010000001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,62,82); }

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

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

 a { background-color: rgb(92,62,82); }

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

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

 span { border-color: rgb(92,62,82); }

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