Html Css Color HEX #5B3355 Purple Taupe

📋 copy color: '#5B3355'

red 91 ◦ green 51 ◦ blue 85

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

Shades of Purple Taupe #5B3355

Tints of Purple Taupe #5B3355

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.47%

 BLUE value IS 85 (33.59% from 255) = 37.44%

R = 40.09%
G = 22.47%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.64

RGB Variations

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

Color information

#5B3355 (or 0x5B3355) is known color: Purple Taupe. HEX triplet: 5B, 33 and 55. RGB value is (91,51,85). Sum of RGB (Red+Green+Blue) = 91+51+85=227 (30% of max value = 765). Red value is 91 (35.94% from 255 or 40.09% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3355 is #A4CCAA. Grayscale: #424242. Windows color (decimal): -10800299 or 5583707. OLE color: 5583707.

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

Color convert

RGB 91 51 85 -
CMYK 0 0.44 0.07 0.64
HSL 309º 0.28% 0.28% -
HSV(B) 309º 0.44% 0.36% -
XYZ 7.14 5.25 9.23 -
YUV 66.84 138.25 145.24 -
System Red Green Blue C M Y K H S L
Decimal 91 51 85 0 0.44 0.07 0.64 309 0.28 0.28
Hex 5B 33 55 0 2C 7 40 135 1C 1C
Octal 133 63 125 0 54 7 100 465 34 34
Binary 1011011 110011 1010101 0 101100 111 1000000 100110101 11100 11100

Color Harmonies of #5B3355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3355

Black with #5B3355

Text Example


Text Example

White with #5B3355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,51,85); }

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

background-color css

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

 a { background-color: rgb(91,51,85); }

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

border-color css

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

 span { border-color: rgb(91,51,85); }

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