Html Css Color HEX #5B3B55 Purple Taupe

📋 copy color: '#5B3B55'

red 91 ◦ green 59 ◦ blue 85

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

Shades of Purple Taupe #5B3B55

Tints of Purple Taupe #5B3B55

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.11%

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

R = 38.72%
G = 25.11%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.64

RGB Variations

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

Color information

#5B3B55 (or 0x5B3B55) is known color: Purple Taupe. HEX triplet: 5B, 3B and 55. RGB value is (91,59,85). Sum of RGB (Red+Green+Blue) = 91+59+85=235 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.72% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3B55 is #A4C4AA. Grayscale: #474747. Windows color (decimal): -10798251 or 5585755. OLE color: 5585755.

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

Color convert

RGB 91 59 85 -
CMYK 0 0.35 0.07 0.64
HSL 311.25º 0.21% 0.29% -
HSV(B) 311.25º 0.35% 0.36% -
XYZ 7.52 6.01 9.36 -
YUV 71.53 135.6 141.89 -
System Red Green Blue C M Y K H S L
Decimal 91 59 85 0 0.35 0.07 0.64 311.25 0.21 0.29
Hex 5B 3B 55 0 23 7 40 137 15 1D
Octal 133 73 125 0 43 7 100 467 25 35
Binary 1011011 111011 1010101 0 100011 111 1000000 100110111 10101 11101

Color Harmonies of #5B3B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3B55

Black with #5B3B55

Text Example


Text Example

White with #5B3B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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