Html Css Color HEX #5A4757 Purple Taupe

📋 copy color: '#5A4757'

red 90 ◦ green 71 ◦ blue 87

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

Shades of Purple Taupe #5A4757

Tints of Purple Taupe #5A4757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 35.08%

R = 36.29%
G = 28.63%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#5A4757 (or 0x5A4757) is known color: Purple Taupe. HEX triplet: 5A, 47 and 57. RGB value is (90,71,87). Sum of RGB (Red+Green+Blue) = 90+71+87=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4757 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4757 is #A5B8A8. Grayscale: #4E4E4E. Windows color (decimal): -10860713 or 5719898. OLE color: 5719898.

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

Color convert

RGB 90 71 87 -
CMYK 0 0.21 0.03 0.65
HSL 309.47º 0.12% 0.32% -
HSV(B) 309.47º 0.21% 0.35% -
XYZ 8.19 7.37 10.01 -
YUV 78.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 90 71 87 0 0.21 0.03 0.65 309.47 0.12 0.32
Hex 5A 47 57 0 15 3 41 135 C 20
Octal 132 107 127 0 25 3 101 465 14 40
Binary 1011010 1000111 1010111 0 10101 11 1000001 100110101 1100 100000

Color Harmonies of #5A4757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4757

Black with #5A4757

Text Example


Text Example

White with #5A4757

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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