Html Css Color HEX #5B4456 Purple Taupe

📋 copy color: '#5B4456'

red 91 ◦ green 68 ◦ blue 86

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

Shades of Purple Taupe #5B4456

Tints of Purple Taupe #5B4456

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.76%

 BLUE value IS 86 (33.98% from 255) = 35.1%

R = 37.14%
G = 27.76%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.64

RGB Variations

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

Color information

#5B4456 (or 0x5B4456) is known color: Purple Taupe. HEX triplet: 5B, 44 and 56. RGB value is (91,68,86). Sum of RGB (Red+Green+Blue) = 91+68+86=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4456 is #A4BBA9. Grayscale: #4C4C4C. Windows color (decimal): -10795946 or 5653595. OLE color: 5653595.

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

Color convert

RGB 91 68 86 -
CMYK 0 0.25 0.05 0.64
HSL 313.04º 0.14% 0.31% -
HSV(B) 313.04º 0.25% 0.36% -
XYZ 8.06 7.03 9.74 -
YUV 76.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 91 68 86 0 0.25 0.05 0.64 313.04 0.14 0.31
Hex 5B 44 56 0 19 5 40 139 E 1F
Octal 133 104 126 0 31 5 100 471 16 37
Binary 1011011 1000100 1010110 0 11001 101 1000000 100111001 1110 11111

Color Harmonies of #5B4456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4456

Black with #5B4456

Text Example


Text Example

White with #5B4456

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,68,86); }

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

background-color css

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

 a { background-color: rgb(91,68,86); }

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

border-color css

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

 span { border-color: rgb(91,68,86); }

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