Html Css Color HEX #5E495C Purple Taupe

📋 copy color: '#5E495C'

red 94 ◦ green 73 ◦ blue 92

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

Shades of Purple Taupe #5E495C

Tints of Purple Taupe #5E495C

RGB

 RED value IS 94 (37.11% from 255) = 36.29%

 GREEN value IS 73 (28.91% from 255) = 28.19%

 BLUE value IS 92 (36.33% from 255) = 35.52%

R = 36.29%
G = 28.19%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.63

RGB Variations

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

Color information

#5E495C (or 0x5E495C) is known color: Purple Taupe. HEX triplet: 5E, 49 and 5C. RGB value is (94,73,92). Sum of RGB (Red+Green+Blue) = 94+73+92=259 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.29% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 94 - color contains mainly: red. Hex color #5E495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E495C is #A1B6A3. Grayscale: #515151. Windows color (decimal): -10598052 or 6048094. OLE color: 6048094.

HSL color Cylindrical-coordinate representation of color #5E495C: hue angle of 305.71º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E495C is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 73 92 -
CMYK 0 0.22 0.02 0.63
HSL 305.71º 0.13% 0.33% -
HSV(B) 305.71º 0.22% 0.37% -
XYZ 8.93 7.92 11.18 -
YUV 81.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 94 73 92 0 0.22 0.02 0.63 305.71 0.13 0.33
Hex 5E 49 5C 0 16 2 3F 132 D 21
Octal 136 111 134 0 26 2 77 462 15 41
Binary 1011110 1001001 1011100 0 10110 10 111111 100110010 1101 100001

Color Harmonies of #5E495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E495C

Black with #5E495C

Text Example


Text Example

White with #5E495C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,73,92); }

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

background-color css

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

 a { background-color: rgb(94,73,92); }

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

border-color css

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

 span { border-color: rgb(94,73,92); }

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