Html Css Color HEX #5D515A Purple Taupe

📋 copy color: '#5D515A'

red 93 ◦ green 81 ◦ blue 90

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

Shades of Purple Taupe #5D515A

Tints of Purple Taupe #5D515A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.68%

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

R = 35.23%
G = 30.68%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#5D515A (or 0x5D515A) is known color: Purple Taupe. HEX triplet: 5D, 51 and 5A. RGB value is (93,81,90). Sum of RGB (Red+Green+Blue) = 93+81+90=264 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.23% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 93 - color contains mainly: red. Hex color #5D515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D515A is #A2AEA5. Grayscale: #555555. Windows color (decimal): -10661542 or 5919069. OLE color: 5919069.

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

Color convert

RGB 93 81 90 -
CMYK 0 0.13 0.03 0.64
HSL 315º 0.07% 0.34% -
HSV(B) 315º 0.13% 0.36% -
XYZ 9.3 8.95 10.91 -
YUV 85.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 93 81 90 0 0.13 0.03 0.64 315 0.07 0.34
Hex 5D 51 5A 0 D 3 40 13B 7 22
Octal 135 121 132 0 15 3 100 473 7 42
Binary 1011101 1010001 1011010 0 1101 11 1000000 100111011 111 100010

Color Harmonies of #5D515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D515A

Black with #5D515A

Text Example


Text Example

White with #5D515A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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