Html Css Color HEX #5E3656 Purple Taupe

📋 copy color: '#5E3656'

red 94 ◦ green 54 ◦ blue 86

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

Shades of Purple Taupe #5E3656

Tints of Purple Taupe #5E3656

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.08%

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

R = 40.17%
G = 23.08%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.63

RGB Variations

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

Color information

#5E3656 (or 0x5E3656) is known color: Purple Taupe. HEX triplet: 5E, 36 and 56. RGB value is (94,54,86). Sum of RGB (Red+Green+Blue) = 94+54+86=234 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.17% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3656 is #A1C9A9. Grayscale: #454545. Windows color (decimal): -10602922 or 5650014. OLE color: 5650014.

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

Color convert

RGB 94 54 86 -
CMYK 0 0.43 0.09 0.63
HSL 312º 0.27% 0.29% -
HSV(B) 312º 0.43% 0.37% -
XYZ 7.61 5.69 9.5 -
YUV 69.61 137.25 145.4 -
System Red Green Blue C M Y K H S L
Decimal 94 54 86 0 0.43 0.09 0.63 312 0.27 0.29
Hex 5E 36 56 0 2B 9 3F 138 1B 1D
Octal 136 66 126 0 53 11 77 470 33 35
Binary 1011110 110110 1010110 0 101011 1001 111111 100111000 11011 11101

Color Harmonies of #5E3656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3656

Black with #5E3656

Text Example


Text Example

White with #5E3656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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