#5B3C53

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

Shades of Purple Taupe #5B3C53

Tints of Purple Taupe #5B3C53

Color information

#5B3C53 (or 0x5B3C53) is unknown color: approx Purple Taupe. HEX triplet: 5B, 3C and 53. RGB value is (91,60,83). Sum of RGB (Red+Green+Blue) = 91+60+83=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3C53 is #A4C3AC. Grayscale: #474747. Windows color (decimal): -10797997 or 5454939. OLE color: 5454939.

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

Color convert

RGB916083-
CMYK00.340.090.64
HSL315.48º20.53%29.61%-
HSV(B)315.48º34.07%35.69%-
XYZ7.496.088.96-
YUV71.89134.27141.63-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.89%
GREEN value IS 60 (23.83% from 255) = 25.64%
BLUE value IS 83 (32.81% from 255) = 35.47%
R=38.89%
G=25.64%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91608300.340.090.64315.4820.5329.61
Hex5B3C5302294013b151e
Octal13374123042111004732536
Binary101101111110010100110100010100110000001001110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,60,83); }

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

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

 a { background-color: rgb(91,60,83); }

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

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

 span { border-color: rgb(91,60,83); }

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