Html Css Color HEX #5B4152 Purple Taupe

📋 copy color: '#5B4152'

red 91 ◦ green 65 ◦ blue 82

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

Shades of Purple Taupe #5B4152

Tints of Purple Taupe #5B4152

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.31%

 BLUE value IS 82 (32.42% from 255) = 34.45%

R = 38.24%
G = 27.31%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#5B4152 (or 0x5B4152) is known color: Purple Taupe. HEX triplet: 5B, 41 and 52. RGB value is (91,65,82). Sum of RGB (Red+Green+Blue) = 91+65+82=238 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.24% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4152 is #A4BEAD. Grayscale: #4A4A4A. Windows color (decimal): -10796718 or 5390683. OLE color: 5390683.

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

Color convert

RGB 91 65 82 -
CMYK 0 0.29 0.10 0.64
HSL 320.77º 0.17% 0.31% -
HSV(B) 320.77º 0.29% 0.36% -
XYZ 7.73 6.61 8.85 -
YUV 74.71 132.11 139.62 -
System Red Green Blue C M Y K H S L
Decimal 91 65 82 0 0.29 0.10 0.64 320.77 0.17 0.31
Hex 5B 41 52 0 1D A 40 141 11 1F
Octal 133 101 122 0 35 12 100 501 21 37
Binary 1011011 1000001 1010010 0 11101 1010 1000000 101000001 10001 11111

Color Harmonies of #5B4152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4152

Black with #5B4152

Text Example


Text Example

White with #5B4152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,65,82); }

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

background-color css

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

 a { background-color: rgb(91,65,82); }

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

border-color css

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

 span { border-color: rgb(91,65,82); }

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