Html Css Color HEX #5D354F Purple Taupe

📋 copy color: '#5D354F'

red 93 ◦ green 53 ◦ blue 79

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

Shades of Purple Taupe #5D354F

Tints of Purple Taupe #5D354F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.56%

 BLUE value IS 79 (31.25% from 255) = 35.11%

R = 41.33%
G = 23.56%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#5D354F (or 0x5D354F) is known color: Purple Taupe. HEX triplet: 5D, 35 and 4F. RGB value is (93,53,79). Sum of RGB (Red+Green+Blue) = 93+53+79=225 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.33% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 93 - color contains mainly: red. Hex color #5D354F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D354F is #A2CAB0. Grayscale: #434343. Windows color (decimal): -10668721 or 5191005. OLE color: 5191005.

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

Color convert

RGB 93 53 79 -
CMYK 0 0.43 0.15 0.64
HSL 321º 0.27% 0.29% -
HSV(B) 321º 0.43% 0.36% -
XYZ 7.2 5.44 8.07 -
YUV 67.92 134.25 145.89 -
System Red Green Blue C M Y K H S L
Decimal 93 53 79 0 0.43 0.15 0.64 321 0.27 0.29
Hex 5D 35 4F 0 2B F 40 141 1B 1D
Octal 135 65 117 0 53 17 100 501 33 35
Binary 1011101 110101 1001111 0 101011 1111 1000000 101000001 11011 11101

Color Harmonies of #5D354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D354F

Black with #5D354F

Text Example


Text Example

White with #5D354F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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