Html Css Color HEX #5A4656 Purple Taupe

📋 copy color: '#5A4656'

red 90 ◦ green 70 ◦ blue 86

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

Shades of Purple Taupe #5A4656

Tints of Purple Taupe #5A4656

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.46%

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

R = 36.59%
G = 28.46%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#5A4656 (or 0x5A4656) is known color: Purple Taupe. HEX triplet: 5A, 46 and 56. RGB value is (90,70,86). Sum of RGB (Red+Green+Blue) = 90+70+86=246 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.59% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4656 is #A5B9A9. Grayscale: #4D4D4D. Windows color (decimal): -10860970 or 5654106. OLE color: 5654106.

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

Color convert

RGB 90 70 86 -
CMYK 0 0.22 0.04 0.65
HSL 312º 0.13% 0.31% -
HSV(B) 312º 0.22% 0.35% -
XYZ 8.09 7.23 9.77 -
YUV 77.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 90 70 86 0 0.22 0.04 0.65 312 0.13 0.31
Hex 5A 46 56 0 16 4 41 138 C 1F
Octal 132 106 126 0 26 4 101 470 14 37
Binary 1011010 1000110 1010110 0 10110 100 1000001 100111000 1100 11111

Color Harmonies of #5A4656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4656

Black with #5A4656

Text Example


Text Example

White with #5A4656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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