Html Css Color HEX #5E4256 Purple Taupe

📋 copy color: '#5E4256'

red 94 ◦ green 66 ◦ blue 86

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

Shades of Purple Taupe #5E4256

Tints of Purple Taupe #5E4256

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.83%

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

R = 38.21%
G = 26.83%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.63

RGB Variations

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

Color information

#5E4256 (or 0x5E4256) is known color: Purple Taupe. HEX triplet: 5E, 42 and 56. RGB value is (94,66,86). Sum of RGB (Red+Green+Blue) = 94+66+86=246 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.21% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4256 is #A1BDA9. Grayscale: #4C4C4C. Windows color (decimal): -10599850 or 5653086. OLE color: 5653086.

HSL color Cylindrical-coordinate representation of color #5E4256: hue angle of 317.14º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E4256 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 66 86 -
CMYK 0 0.30 0.09 0.63
HSL 317.14º 0.18% 0.31% -
HSV(B) 317.14º 0.3% 0.37% -
XYZ 8.24 6.95 9.71 -
YUV 76.65 133.28 140.37 -
System Red Green Blue C M Y K H S L
Decimal 94 66 86 0 0.30 0.09 0.63 317.14 0.18 0.31
Hex 5E 42 56 0 1E 9 3F 13D 12 1F
Octal 136 102 126 0 36 11 77 475 22 37
Binary 1011110 1000010 1010110 0 11110 1001 111111 100111101 10010 11111

Color Harmonies of #5E4256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4256

Black with #5E4256

Text Example


Text Example

White with #5E4256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,66,86); }

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

background-color css

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

 a { background-color: rgb(94,66,86); }

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

border-color css

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

 span { border-color: rgb(94,66,86); }

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