#5C3F54

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

Shades of Purple Taupe #5C3F54

Tints of Purple Taupe #5C3F54

Color information

#5C3F54 (or 0x5C3F54) is unknown color: approx Purple Taupe. HEX triplet: 5C, 3F and 54. RGB value is (92,63,84). Sum of RGB (Red+Green+Blue) = 92+63+84=239 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.49% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3F54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3F54 is #A3C0AB. Grayscale: #4A4A4A. Windows color (decimal): -10731692 or 5521244. OLE color: 5521244.

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

Color convert

RGB926384-
CMYK00.320.090.64
HSL316.55º18.71%30.39%-
HSV(B)316.55º31.52%36.08%-
XYZ7.796.479.23-
YUV74.06133.61140.79-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.49%
GREEN value IS 63 (25% from 255) = 26.36%
BLUE value IS 84 (33.20% from 255) = 35.15%
R=38.49%
G=26.36%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92638400.320.090.64316.5518.7130.39
Hex5C3F5402094013d131e
Octal13477124040111004752336
Binary101110011111110101000100000100110000001001111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,63,84); }

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

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

 a { background-color: rgb(92,63,84); }

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

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

 span { border-color: rgb(92,63,84); }

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