Html Css Color HEX #5A4457 Purple Taupe

📋 copy color: '#5A4457'

red 90 ◦ green 68 ◦ blue 87

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

Shades of Purple Taupe #5A4457

Tints of Purple Taupe #5A4457

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.76%

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

R = 36.73%
G = 27.76%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#5A4457 (or 0x5A4457) is known color: Purple Taupe. HEX triplet: 5A, 44 and 57. RGB value is (90,68,87). Sum of RGB (Red+Green+Blue) = 90+68+87=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 87 (34.38% from 255 or 35.51% from 245); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4457 is #A5BBA8. Grayscale: #4C4C4C. Windows color (decimal): -10861481 or 5719130. OLE color: 5719130.

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

Color convert

RGB 90 68 87 -
CMYK 0 0.24 0.03 0.65
HSL 308.18º 0.14% 0.31% -
HSV(B) 308.18º 0.24% 0.35% -
XYZ 8 7 9.95 -
YUV 76.74 133.79 137.46 -
System Red Green Blue C M Y K H S L
Decimal 90 68 87 0 0.24 0.03 0.65 308.18 0.14 0.31
Hex 5A 44 57 0 18 3 41 134 E 1F
Octal 132 104 127 0 30 3 101 464 16 37
Binary 1011010 1000100 1010111 0 11000 11 1000001 100110100 1110 11111

Color Harmonies of #5A4457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4457

Black with #5A4457

Text Example


Text Example

White with #5A4457

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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