Html Css Color HEX #5B4153 Purple Taupe

📋 copy color: '#5B4153'

red 91 ◦ green 65 ◦ blue 83

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

Shades of Purple Taupe #5B4153

Tints of Purple Taupe #5B4153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 34.73%

R = 38.08%
G = 27.2%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.64

RGB Variations

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

Color information

#5B4153 (or 0x5B4153) is known color: Purple Taupe. HEX triplet: 5B, 41 and 53. RGB value is (91,65,83). Sum of RGB (Red+Green+Blue) = 91+65+83=239 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.08% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4153 is #A4BEAC. Grayscale: #4A4A4A. Windows color (decimal): -10796717 or 5456219. OLE color: 5456219.

HSL color Cylindrical-coordinate representation of color #5B4153: hue angle of 318.46º 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 #5B4153 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 65 83 -
CMYK 0 0.29 0.09 0.64
HSL 318.46º 0.17% 0.31% -
HSV(B) 318.46º 0.29% 0.36% -
XYZ 7.77 6.63 9.05 -
YUV 74.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 91 65 83 0 0.29 0.09 0.64 318.46 0.17 0.31
Hex 5B 41 53 0 1D 9 40 13E 11 1F
Octal 133 101 123 0 35 11 100 476 21 37
Binary 1011011 1000001 1010011 0 11101 1001 1000000 100111110 10001 11111

Color Harmonies of #5B4153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4153

Black with #5B4153

Text Example


Text Example

White with #5B4153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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