Html Css Color HEX #5B3E54 Purple Taupe

📋 copy color: '#5B3E54'

red 91 ◦ green 62 ◦ blue 84

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

Shades of Purple Taupe #5B3E54

Tints of Purple Taupe #5B3E54

RGB

 RED value IS 91 (35.94% from 255) = 38.4%

 GREEN value IS 62 (24.61% from 255) = 26.16%

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

R = 38.4%
G = 26.16%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#5B3E54 (or 0x5B3E54) is known color: Purple Taupe. HEX triplet: 5B, 3E and 54. RGB value is (91,62,84). Sum of RGB (Red+Green+Blue) = 91+62+84=237 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.40% from 237); Green value is 62 (24.61% from 255 or 26.16% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3E54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3E54 is #A4C1AB. Grayscale: #494949. Windows color (decimal): -10797484 or 5520987. OLE color: 5520987.

HSL color Cylindrical-coordinate representation of color #5B3E54: hue angle of 314.48º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B3E54 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 62 84 -
CMYK 0 0.32 0.08 0.64
HSL 314.48º 0.19% 0.3% -
HSV(B) 314.48º 0.32% 0.36% -
XYZ 7.64 6.31 9.2 -
YUV 73.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 91 62 84 0 0.32 0.08 0.64 314.48 0.19 0.3
Hex 5B 3E 54 0 20 8 40 13A 13 1E
Octal 133 76 124 0 40 10 100 472 23 36
Binary 1011011 111110 1010100 0 100000 1000 1000000 100111010 10011 11110

Color Harmonies of #5B3E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3E54

Black with #5B3E54

Text Example


Text Example

White with #5B3E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,62,84); }

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

background-color css

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

 a { background-color: rgb(91,62,84); }

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

border-color css

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

 span { border-color: rgb(91,62,84); }

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