Html Css Color HEX #5B3958 Purple Taupe

📋 copy color: '#5B3958'

red 91 ◦ green 57 ◦ blue 88

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

Shades of Purple Taupe #5B3958

Tints of Purple Taupe #5B3958

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.15%

 BLUE value IS 88 (34.77% from 255) = 37.29%

R = 38.56%
G = 24.15%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#5B3958 (or 0x5B3958) is known color: Purple Taupe. HEX triplet: 5B, 39 and 58. RGB value is (91,57,88). Sum of RGB (Red+Green+Blue) = 91+57+88=236 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.56% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3958 is #A4C6A7. Grayscale: #464646. Windows color (decimal): -10798760 or 5781851. OLE color: 5781851.

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

Color convert

RGB 91 57 88 -
CMYK 0 0.37 0.03 0.64
HSL 305.29º 0.23% 0.29% -
HSV(B) 305.29º 0.37% 0.36% -
XYZ 7.54 5.85 9.97 -
YUV 70.7 137.76 142.48 -
System Red Green Blue C M Y K H S L
Decimal 91 57 88 0 0.37 0.03 0.64 305.29 0.23 0.29
Hex 5B 39 58 0 25 3 40 131 17 1D
Octal 133 71 130 0 45 3 100 461 27 35
Binary 1011011 111001 1011000 0 100101 11 1000000 100110001 10111 11101

Color Harmonies of #5B3958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3958

Black with #5B3958

Text Example


Text Example

White with #5B3958

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,57,88); }

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

background-color css

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

 a { background-color: rgb(91,57,88); }

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

border-color css

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

 span { border-color: rgb(91,57,88); }

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