Html Css Color HEX #5E3754 Purple Taupe

📋 copy color: '#5E3754'

red 94 ◦ green 55 ◦ blue 84

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

Shades of Purple Taupe #5E3754

Tints of Purple Taupe #5E3754

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.61%

 BLUE value IS 84 (33.2% from 255) = 36.05%

R = 40.34%
G = 23.61%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.63

RGB Variations

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

Color information

#5E3754 (or 0x5E3754) is known color: Purple Taupe. HEX triplet: 5E, 37 and 54. RGB value is (94,55,84). Sum of RGB (Red+Green+Blue) = 94+55+84=233 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.34% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3754 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3754 is #A1C8AB. Grayscale: #454545. Windows color (decimal): -10602668 or 5519198. OLE color: 5519198.

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

Color convert

RGB 94 55 84 -
CMYK 0 0.41 0.11 0.63
HSL 315.38º 0.26% 0.29% -
HSV(B) 315.38º 0.41% 0.37% -
XYZ 7.58 5.75 9.1 -
YUV 69.97 135.92 145.14 -
System Red Green Blue C M Y K H S L
Decimal 94 55 84 0 0.41 0.11 0.63 315.38 0.26 0.29
Hex 5E 37 54 0 29 B 3F 13B 1A 1D
Octal 136 67 124 0 51 13 77 473 32 35
Binary 1011110 110111 1010100 0 101001 1011 111111 100111011 11010 11101

Color Harmonies of #5E3754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3754

Black with #5E3754

Text Example


Text Example

White with #5E3754

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,55,84); }

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

background-color css

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

 a { background-color: rgb(94,55,84); }

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

border-color css

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

 span { border-color: rgb(94,55,84); }

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