#5D4F5B

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

Shades of Purple Taupe #5D4F5B

Tints of Purple Taupe #5D4F5B

Color information

#5D4F5B (or 0x5D4F5B) is unknown color: approx Purple Taupe. HEX triplet: 5D, 4F and 5B. RGB value is (93,79,91). Sum of RGB (Red+Green+Blue) = 93+79+91=263 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.36% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D4F5B is #A2B0A4. Grayscale: #545454. Windows color (decimal): -10662053 or 5984093. OLE color: 5984093.

HSL color Cylindrical-coordinate representation of color #5D4F5B: hue angle of 308.57º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5D4F5B is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB937991-
CMYK00.150.020.64
HSL308.57º8.14%33.73%-
HSV(B)308.57º15.05%36.47%-
XYZ9.28.6711.09-
YUV84.55131.64134.02-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.36%
GREEN value IS 79 (31.25% from 255) = 30.04%
BLUE value IS 91 (35.94% from 255) = 34.60%
R=35.36%
G=30.04%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93799100.150.020.64308.578.1433.73
Hex5D4F5B0F240135822
Octal13511713301721004651042
Binary101110110011111011011011111010000001001101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,79,91); }

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

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

 a { background-color: rgb(93,79,91); }

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

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

 span { border-color: rgb(93,79,91); }

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