Html Css Color HEX #5A4654 Purple Taupe

📋 copy color: '#5A4654'

red 90 ◦ green 70 ◦ blue 84

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

Shades of Purple Taupe #5A4654

Tints of Purple Taupe #5A4654

RGB

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

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

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

R = 36.89%
G = 28.69%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#5A4654 (or 0x5A4654) is known color: Purple Taupe. HEX triplet: 5A, 46 and 54. RGB value is (90,70,84). Sum of RGB (Red+Green+Blue) = 90+70+84=244 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.89% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4654 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4654 is #A5B9AB. Grayscale: #4D4D4D. Windows color (decimal): -10860972 or 5523034. OLE color: 5523034.

HSL color Cylindrical-coordinate representation of color #5A4654: hue angle of 318º 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 #5A4654 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 70 84 -
CMYK 0 0.22 0.07 0.65
HSL 318º 0.13% 0.31% -
HSV(B) 318º 0.22% 0.35% -
XYZ 8.01 7.19 9.35 -
YUV 77.58 131.63 136.86 -
System Red Green Blue C M Y K H S L
Decimal 90 70 84 0 0.22 0.07 0.65 318 0.13 0.31
Hex 5A 46 54 0 16 7 41 13E C 1F
Octal 132 106 124 0 26 7 101 476 14 37
Binary 1011010 1000110 1010100 0 10110 111 1000001 100111110 1100 11111

Color Harmonies of #5A4654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4654

Black with #5A4654

Text Example


Text Example

White with #5A4654

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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