Html Css Color HEX #5A4754 Purple Taupe

📋 copy color: '#5A4754'

red 90 ◦ green 71 ◦ blue 84

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

Shades of Purple Taupe #5A4754

Tints of Purple Taupe #5A4754

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.98%

 BLUE value IS 84 (33.2% from 255) = 34.29%

R = 36.73%
G = 28.98%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#5A4754 (or 0x5A4754) is known color: Purple Taupe. HEX triplet: 5A, 47 and 54. RGB value is (90,71,84). Sum of RGB (Red+Green+Blue) = 90+71+84=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4754 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4754 is #A5B8AB. Grayscale: #4E4E4E. Windows color (decimal): -10860716 or 5523290. OLE color: 5523290.

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

Color convert

RGB 90 71 84 -
CMYK 0 0.21 0.07 0.65
HSL 318.95º 0.12% 0.32% -
HSV(B) 318.95º 0.21% 0.35% -
XYZ 8.07 7.32 9.38 -
YUV 78.16 131.29 136.44 -
System Red Green Blue C M Y K H S L
Decimal 90 71 84 0 0.21 0.07 0.65 318.95 0.12 0.32
Hex 5A 47 54 0 15 7 41 13F C 20
Octal 132 107 124 0 25 7 101 477 14 40
Binary 1011010 1000111 1010100 0 10101 111 1000001 100111111 1100 100000

Color Harmonies of #5A4754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4754

Black with #5A4754

Text Example


Text Example

White with #5A4754

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,71,84); }

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

background-color css

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

 a { background-color: rgb(90,71,84); }

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

border-color css

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

 span { border-color: rgb(90,71,84); }

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