#5C4856

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

Shades of Purple Taupe #5C4856

Tints of Purple Taupe #5C4856

Color information

#5C4856 (or 0x5C4856) is unknown color: approx Purple Taupe. HEX triplet: 5C, 48 and 56. RGB value is (92,72,86). Sum of RGB (Red+Green+Blue) = 92+72+86=250 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.8% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4856 is #A3B7A9. Grayscale: #4F4F4F. Windows color (decimal): -10729386 or 5654620. OLE color: 5654620.

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

Color convert

RGB927286-
CMYK00.220.070.64
HSL318º12.2%32.16%-
HSV(B)318º21.74%36.08%-
XYZ8.417.589.82-
YUV79.58131.63136.86-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.8%
GREEN value IS 72 (28.52% from 255) = 28.8%
BLUE value IS 86 (33.98% from 255) = 34.4%
R=36.8%
G=28.8%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92728600.220.070.6431812.232.16
Hex5C485601674013ec20
Octal13411012602671004761440
Binary10111001001000101011001011011110000001001111101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,72,86); }

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

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

 a { background-color: rgb(92,72,86); }

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

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

 span { border-color: rgb(92,72,86); }

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