Html Css Color HEX #5A4B57 Purple Taupe

📋 copy color: '#5A4B57'

red 90 ◦ green 75 ◦ blue 87

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

Shades of Purple Taupe #5A4B57

Tints of Purple Taupe #5A4B57

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.76%

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

R = 35.71%
G = 29.76%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#5A4B57 (or 0x5A4B57) is known color: Purple Taupe. HEX triplet: 5A, 4B and 57. RGB value is (90,75,87). Sum of RGB (Red+Green+Blue) = 90+75+87=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4B57 is #A5B4A8. Grayscale: #505050. Windows color (decimal): -10859689 or 5720922. OLE color: 5720922.

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

Color convert

RGB 90 75 87 -
CMYK 0 0.17 0.03 0.65
HSL 312º 0.09% 0.32% -
HSV(B) 312º 0.17% 0.35% -
XYZ 8.45 7.89 10.09 -
YUV 80.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 90 75 87 0 0.17 0.03 0.65 312 0.09 0.32
Hex 5A 4B 57 0 11 3 41 138 9 20
Octal 132 113 127 0 21 3 101 470 11 40
Binary 1011010 1001011 1010111 0 10001 11 1000001 100111000 1001 100000

Color Harmonies of #5A4B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4B57

Black with #5A4B57

Text Example


Text Example

White with #5A4B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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