Html Css Color HEX #5A4F57 Purple Taupe

📋 copy color: '#5A4F57'

red 90 ◦ green 79 ◦ blue 87

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

Shades of Purple Taupe #5A4F57

Tints of Purple Taupe #5A4F57

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.86%

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

R = 35.16%
G = 30.86%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#5A4F57 (or 0x5A4F57) is known color: Purple Taupe. HEX triplet: 5A, 4F and 57. RGB value is (90,79,87). Sum of RGB (Red+Green+Blue) = 90+79+87=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A4F57 is #A5B0A8. Grayscale: #535353. Windows color (decimal): -10858665 or 5721946. OLE color: 5721946.

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

Color convert

RGB 90 79 87 -
CMYK 0 0.12 0.03 0.65
HSL 316.36º 0.07% 0.33% -
HSV(B) 316.36º 0.12% 0.35% -
XYZ 8.73 8.45 10.19 -
YUV 83.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 90 79 87 0 0.12 0.03 0.65 316.36 0.07 0.33
Hex 5A 4F 57 0 C 3 41 13C 7 21
Octal 132 117 127 0 14 3 101 474 7 41
Binary 1011010 1001111 1010111 0 1100 11 1000001 100111100 111 100001

Color Harmonies of #5A4F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4F57

Black with #5A4F57

Text Example


Text Example

White with #5A4F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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