Html Css Color HEX #5D3E56 Purple Taupe

📋 copy color: '#5D3E56'

red 93 ◦ green 62 ◦ blue 86

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

Shades of Purple Taupe #5D3E56

Tints of Purple Taupe #5D3E56

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.73%

 BLUE value IS 86 (33.98% from 255) = 35.68%

R = 38.59%
G = 25.73%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#5D3E56 (or 0x5D3E56) is known color: Purple Taupe. HEX triplet: 5D, 3E and 56. RGB value is (93,62,86). Sum of RGB (Red+Green+Blue) = 93+62+86=241 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.59% from 241); Green value is 62 (24.61% from 255 or 25.73% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3E56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3E56 is #A2C1A9. Grayscale: #494949. Windows color (decimal): -10666410 or 5652061. OLE color: 5652061.

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

Color convert

RGB 93 62 86 -
CMYK 0 0.33 0.08 0.64
HSL 313.55º 0.2% 0.3% -
HSV(B) 313.55º 0.33% 0.36% -
XYZ 7.92 6.44 9.63 -
YUV 74.01 134.77 141.55 -
System Red Green Blue C M Y K H S L
Decimal 93 62 86 0 0.33 0.08 0.64 313.55 0.2 0.3
Hex 5D 3E 56 0 21 8 40 13A 14 1E
Octal 135 76 126 0 41 10 100 472 24 36
Binary 1011101 111110 1010110 0 100001 1000 1000000 100111010 10100 11110

Color Harmonies of #5D3E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3E56

Black with #5D3E56

Text Example


Text Example

White with #5D3E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,62,86); }

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

background-color css

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

 a { background-color: rgb(93,62,86); }

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

border-color css

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

 span { border-color: rgb(93,62,86); }

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