Html Css Color HEX #5B4053 Purple Taupe

📋 copy color: '#5B4053'

red 91 ◦ green 64 ◦ blue 83

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

Shades of Purple Taupe #5B4053

Tints of Purple Taupe #5B4053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.89%

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

R = 38.24%
G = 26.89%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.64

RGB Variations

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

Color information

#5B4053 (or 0x5B4053) is known color: Purple Taupe. HEX triplet: 5B, 40 and 53. RGB value is (91,64,83). Sum of RGB (Red+Green+Blue) = 91+64+83=238 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.24% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4053 is #A4BFAC. Grayscale: #4A4A4A. Windows color (decimal): -10796973 or 5455963. OLE color: 5455963.

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

Color convert

RGB 91 64 83 -
CMYK 0 0.30 0.09 0.64
HSL 317.78º 0.17% 0.3% -
HSV(B) 317.78º 0.3% 0.36% -
XYZ 7.71 6.52 9.03 -
YUV 74.24 132.95 139.96 -
System Red Green Blue C M Y K H S L
Decimal 91 64 83 0 0.30 0.09 0.64 317.78 0.17 0.3
Hex 5B 40 53 0 1E 9 40 13E 11 1E
Octal 133 100 123 0 36 11 100 476 21 36
Binary 1011011 1000000 1010011 0 11110 1001 1000000 100111110 10001 11110

Color Harmonies of #5B4053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4053

Black with #5B4053

Text Example


Text Example

White with #5B4053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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