Html Css Color HEX #5E3A51 Purple Taupe

📋 copy color: '#5E3A51'

red 94 ◦ green 58 ◦ blue 81

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

Shades of Purple Taupe #5E3A51

Tints of Purple Taupe #5E3A51

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.89%

 BLUE value IS 81 (32.03% from 255) = 34.76%

R = 40.34%
G = 24.89%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.63

RGB Variations

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

Color information

#5E3A51 (or 0x5E3A51) is known color: Purple Taupe. HEX triplet: 5E, 3A and 51. RGB value is (94,58,81). Sum of RGB (Red+Green+Blue) = 94+58+81=233 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.34% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3A51 is #A1C5AE. Grayscale: #474747. Windows color (decimal): -10601903 or 5323358. OLE color: 5323358.

HSL color Cylindrical-coordinate representation of color #5E3A51: hue angle of 321.67º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E3A51 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 58 81 -
CMYK 0 0.38 0.14 0.63
HSL 321.67º 0.24% 0.3% -
HSV(B) 321.67º 0.38% 0.37% -
XYZ 7.61 6 8.54 -
YUV 71.39 133.43 144.13 -
System Red Green Blue C M Y K H S L
Decimal 94 58 81 0 0.38 0.14 0.63 321.67 0.24 0.3
Hex 5E 3A 51 0 26 E 3F 142 18 1E
Octal 136 72 121 0 46 16 77 502 30 36
Binary 1011110 111010 1010001 0 100110 1110 111111 101000010 11000 11110

Color Harmonies of #5E3A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3A51

Black with #5E3A51

Text Example


Text Example

White with #5E3A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,58,81); }

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

background-color css

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

 a { background-color: rgb(94,58,81); }

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

border-color css

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

 span { border-color: rgb(94,58,81); }

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