#5B3454

Color #5B3454 Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #5B3454

Tints of Purple Taupe #5B3454

Color information

#5B3454 (or 0x5B3454) is unknown color: approx Purple Taupe. HEX triplet: 5B, 34 and 54. RGB value is (91,52,84). Sum of RGB (Red+Green+Blue) = 91+52+84=227 (30% of max value = 765). Red value is 91 (35.94% from 255 or 40.09% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3454 is #A4CBAB. Grayscale: #434343. Windows color (decimal): -10800044 or 5518427. OLE color: 5518427.

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

Color convert

RGB915284-
CMYK00.430.080.64
HSL310.77º27.27%28.04%-
HSV(B)310.77º42.86%35.69%-
XYZ7.145.329.04-
YUV67.31137.42144.9-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.09%
GREEN value IS 52 (20.70% from 255) = 22.91%
BLUE value IS 84 (33.20% from 255) = 37.00%
R=40.09%
G=22.91%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91528400.430.080.64310.7727.2728.04
Hex5B345402B8401371b1c
Octal13364124053101004673334
Binary101101111010010101000101011100010000001001101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B3454;
 }
 .AnyTagClassName
 {
   color: #5B3454;
 }
</style>
background-color css

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

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

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

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

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

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