Html Css Color HEX #5A4B56 Purple Taupe

📋 copy color: '#5A4B56'

red 90 ◦ green 75 ◦ blue 86

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

Shades of Purple Taupe #5A4B56

Tints of Purple Taupe #5A4B56

RGB

 RED value IS 90 (35.55% from 255) = 35.86%

 GREEN value IS 75 (29.69% from 255) = 29.88%

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

R = 35.86%
G = 29.88%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#5A4B56 (or 0x5A4B56) is known color: Purple Taupe. HEX triplet: 5A, 4B and 56. RGB value is (90,75,86). Sum of RGB (Red+Green+Blue) = 90+75+86=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4B56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4B56 is #A5B4A9. Grayscale: #505050. Windows color (decimal): -10859690 or 5655386. OLE color: 5655386.

HSL color Cylindrical-coordinate representation of color #5A4B56: hue angle of 316º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5A4B56 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 75 86 -
CMYK 0 0.17 0.04 0.65
HSL 316º 0.09% 0.32% -
HSV(B) 316º 0.17% 0.35% -
XYZ 8.41 7.88 9.88 -
YUV 80.74 130.97 134.61 -
System Red Green Blue C M Y K H S L
Decimal 90 75 86 0 0.17 0.04 0.65 316 0.09 0.32
Hex 5A 4B 56 0 11 4 41 13C 9 20
Octal 132 113 126 0 21 4 101 474 11 40
Binary 1011010 1001011 1010110 0 10001 100 1000001 100111100 1001 100000

Color Harmonies of #5A4B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4B56

Black with #5A4B56

Text Example


Text Example

White with #5A4B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,75,86); }

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

background-color css

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

 a { background-color: rgb(90,75,86); }

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

border-color css

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

 span { border-color: rgb(90,75,86); }

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