Html Css Color HEX #5E4359 Purple Taupe

📋 copy color: '#5E4359'

red 94 ◦ green 67 ◦ blue 89

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

Shades of Purple Taupe #5E4359

Tints of Purple Taupe #5E4359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 35.6%

R = 37.6%
G = 26.8%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.63

RGB Variations

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

Color information

#5E4359 (or 0x5E4359) is known color: Purple Taupe. HEX triplet: 5E, 43 and 59. RGB value is (94,67,89). Sum of RGB (Red+Green+Blue) = 94+67+89=250 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.6% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4359 is #A1BCA6. Grayscale: #4D4D4D. Windows color (decimal): -10599591 or 5849950. OLE color: 5849950.

HSL color Cylindrical-coordinate representation of color #5E4359: hue angle of 311.11º 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 #5E4359 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 67 89 -
CMYK 0 0.29 0.05 0.63
HSL 311.11º 0.17% 0.32% -
HSV(B) 311.11º 0.29% 0.37% -
XYZ 8.43 7.12 10.38 -
YUV 77.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 94 67 89 0 0.29 0.05 0.63 311.11 0.17 0.32
Hex 5E 43 59 0 1D 5 3F 137 11 20
Octal 136 103 131 0 35 5 77 467 21 40
Binary 1011110 1000011 1011001 0 11101 101 111111 100110111 10001 100000

Color Harmonies of #5E4359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4359

Black with #5E4359

Text Example


Text Example

White with #5E4359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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