Html Css Color HEX #5A374C Purple Taupe

📋 copy color: '#5A374C'

red 90 ◦ green 55 ◦ blue 76

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

Shades of Purple Taupe #5A374C

Tints of Purple Taupe #5A374C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.89%

 BLUE value IS 76 (30.08% from 255) = 34.39%

R = 40.72%
G = 24.89%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#5A374C (or 0x5A374C) is known color: Purple Taupe. HEX triplet: 5A, 37 and 4C. RGB value is (90,55,76). Sum of RGB (Red+Green+Blue) = 90+55+76=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 90 - color contains mainly: red. Hex color #5A374C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A374C is #A5C8B3. Grayscale: #434343. Windows color (decimal): -10864820 or 4994906. OLE color: 4994906.

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

Color convert

RGB 90 55 76 -
CMYK 0 0.39 0.16 0.65
HSL 324º 0.24% 0.28% -
HSV(B) 324º 0.39% 0.35% -
XYZ 6.89 5.43 7.52 -
YUV 67.86 132.6 143.79 -
System Red Green Blue C M Y K H S L
Decimal 90 55 76 0 0.39 0.16 0.65 324 0.24 0.28
Hex 5A 37 4C 0 27 10 41 144 18 1C
Octal 132 67 114 0 47 20 101 504 30 34
Binary 1011010 110111 1001100 0 100111 10000 1000001 101000100 11000 11100

Color Harmonies of #5A374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A374C

Black with #5A374C

Text Example


Text Example

White with #5A374C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,55,76); }

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

background-color css

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

 a { background-color: rgb(90,55,76); }

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

border-color css

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

 span { border-color: rgb(90,55,76); }

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