Html Css Color HEX #5D4D5A Purple Taupe

📋 copy color: '#5D4D5A'

red 93 ◦ green 77 ◦ blue 90

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

Shades of Purple Taupe #5D4D5A

Tints of Purple Taupe #5D4D5A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.62%

 BLUE value IS 90 (35.55% from 255) = 34.62%

R = 35.77%
G = 29.62%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#5D4D5A (or 0x5D4D5A) is known color: Purple Taupe. HEX triplet: 5D, 4D and 5A. RGB value is (93,77,90). Sum of RGB (Red+Green+Blue) = 93+77+90=260 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.77% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D4D5A is #A2B2A5. Grayscale: #535353. Windows color (decimal): -10662566 or 5918045. OLE color: 5918045.

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

Color convert

RGB 93 77 90 -
CMYK 0 0.17 0.03 0.64
HSL 311.25º 0.09% 0.33% -
HSV(B) 311.25º 0.17% 0.36% -
XYZ 9.01 8.37 10.81 -
YUV 83.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 93 77 90 0 0.17 0.03 0.64 311.25 0.09 0.33
Hex 5D 4D 5A 0 11 3 40 137 9 21
Octal 135 115 132 0 21 3 100 467 11 41
Binary 1011101 1001101 1011010 0 10001 11 1000000 100110111 1001 100001

Color Harmonies of #5D4D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4D5A

Black with #5D4D5A

Text Example


Text Example

White with #5D4D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,77,90); }

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

background-color css

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

 a { background-color: rgb(93,77,90); }

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

border-color css

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

 span { border-color: rgb(93,77,90); }

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