Html Css Color HEX #5E435B Purple Taupe

📋 copy color: '#5E435B'

red 94 ◦ green 67 ◦ blue 91

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

Shades of Purple Taupe #5E435B

Tints of Purple Taupe #5E435B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.59%

 BLUE value IS 91 (35.94% from 255) = 36.11%

R = 37.3%
G = 26.59%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.63

RGB Variations

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

Color information

#5E435B (or 0x5E435B) is known color: Purple Taupe. HEX triplet: 5E, 43 and 5B. RGB value is (94,67,91). Sum of RGB (Red+Green+Blue) = 94+67+91=252 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.30% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 94 - color contains mainly: red. Hex color #5E435B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E435B is #A1BCA4. Grayscale: #4D4D4D. Windows color (decimal): -10599589 or 5981022. OLE color: 5981022.

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

Color convert

RGB 94 67 91 -
CMYK 0 0.29 0.03 0.63
HSL 306.67º 0.17% 0.32% -
HSV(B) 306.67º 0.29% 0.37% -
XYZ 8.51 7.15 10.83 -
YUV 77.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 94 67 91 0 0.29 0.03 0.63 306.67 0.17 0.32
Hex 5E 43 5B 0 1D 3 3F 133 11 20
Octal 136 103 133 0 35 3 77 463 21 40
Binary 1011110 1000011 1011011 0 11101 11 111111 100110011 10001 100000

Color Harmonies of #5E435B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E435B

Black with #5E435B

Text Example


Text Example

White with #5E435B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,67,91); }

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

background-color css

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

 a { background-color: rgb(94,67,91); }

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

border-color css

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

 span { border-color: rgb(94,67,91); }

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