#5C475B

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

Shades of Purple Taupe #5C475B

Tints of Purple Taupe #5C475B

Color information

#5C475B (or 0x5C475B) is unknown color: approx Purple Taupe. HEX triplet: 5C, 47 and 5B. RGB value is (92,71,91). Sum of RGB (Red+Green+Blue) = 92+71+91=254 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.22% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 92 - color contains mainly: red. Hex color #5C475B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C475B is #A3B8A4. Grayscale: #4F4F4F. Windows color (decimal): -10729637 or 5982044. OLE color: 5982044.

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

Color convert

RGB927191-
CMYK00.230.010.64
HSL302.86º12.88%31.96%-
HSV(B)302.86º22.83%36.08%-
XYZ8.567.5410.9-
YUV79.56134.46136.87-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.22%
GREEN value IS 71 (28.12% from 255) = 27.95%
BLUE value IS 91 (35.94% from 255) = 35.83%
R=36.22%
G=27.95%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92719100.230.010.64302.8612.8831.96
Hex5C475B01714012fd20
Octal13410713302711004571540
Binary101110010001111011011010111110000001001011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,71,91); }

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

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

 a { background-color: rgb(92,71,91); }

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

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

 span { border-color: rgb(92,71,91); }

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