Html Css Color HEX #5D4157 Purple Taupe

📋 copy color: '#5D4157'

red 93 ◦ green 65 ◦ blue 87

#5D4157
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Taupe #5D4157

Tints of Purple Taupe #5D4157

RGB

 RED value IS 93 (36.72% from 255) = 37.96%

 GREEN value IS 65 (25.78% from 255) = 26.53%

 BLUE value IS 87 (34.38% from 255) = 35.51%

R = 37.96%
G = 26.53%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.64

RGB Variations

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

Color information

#5D4157 (or 0x5D4157) is known color: Purple Taupe. HEX triplet: 5D, 41 and 57. RGB value is (93,65,87). Sum of RGB (Red+Green+Blue) = 93+65+87=245 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.96% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 87 (34.38% from 255 or 35.51% from 245); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4157 is #A2BEA8. Grayscale: #4B4B4B. Windows color (decimal): -10665641 or 5718365. OLE color: 5718365.

HSL color Cylindrical-coordinate representation of color #5D4157: hue angle of 312.86º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D4157 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 65 87 -
CMYK 0 0.30 0.06 0.64
HSL 312.86º 0.18% 0.31% -
HSV(B) 312.86º 0.3% 0.36% -
XYZ 8.12 6.8 9.9 -
YUV 75.88 134.28 140.21 -
System Red Green Blue C M Y K H S L
Decimal 93 65 87 0 0.30 0.06 0.64 312.86 0.18 0.31
Hex 5D 41 57 0 1E 6 40 139 12 1F
Octal 135 101 127 0 36 6 100 471 22 37
Binary 1011101 1000001 1010111 0 11110 110 1000000 100111001 10010 11111

Color Harmonies of #5D4157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4157

Black with #5D4157

Text Example


Text Example

White with #5D4157

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,65,87); }

 H1.HeaderClassName
 {
   color: #5D4157;
 }
 .AnyTagClassName
 {
   color: #5D4157;
 }
</style>

background-color css

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

 a { background-color: rgb(93,65,87); }

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

border-color css

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

 span { border-color: rgb(93,65,87); }

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