Html Css Color HEX #5A4556 Purple Taupe

📋 copy color: '#5A4556'

red 90 ◦ green 69 ◦ blue 86

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

Shades of Purple Taupe #5A4556

Tints of Purple Taupe #5A4556

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.16%

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

R = 36.73%
G = 28.16%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#5A4556 (or 0x5A4556) is known color: Purple Taupe. HEX triplet: 5A, 45 and 56. RGB value is (90,69,86). Sum of RGB (Red+Green+Blue) = 90+69+86=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4556 is #A5BAA9. Grayscale: #4D4D4D. Windows color (decimal): -10861226 or 5653850. OLE color: 5653850.

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

Color convert

RGB 90 69 86 -
CMYK 0 0.23 0.04 0.65
HSL 311.43º 0.13% 0.31% -
HSV(B) 311.43º 0.23% 0.35% -
XYZ 8.02 7.1 9.75 -
YUV 77.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 90 69 86 0 0.23 0.04 0.65 311.43 0.13 0.31
Hex 5A 45 56 0 17 4 41 137 D 1F
Octal 132 105 126 0 27 4 101 467 15 37
Binary 1011010 1000101 1010110 0 10111 100 1000001 100110111 1101 11111

Color Harmonies of #5A4556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4556

Black with #5A4556

Text Example


Text Example

White with #5A4556

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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