Html Css Color HEX #5A3757 Purple Taupe

📋 copy color: '#5A3757'

red 90 ◦ green 55 ◦ blue 87

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

Shades of Purple Taupe #5A3757

Tints of Purple Taupe #5A3757

RGB

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

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

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

R = 38.79%
G = 23.71%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#5A3757 (or 0x5A3757) is known color: Purple Taupe. HEX triplet: 5A, 37 and 57. RGB value is (90,55,87). Sum of RGB (Red+Green+Blue) = 90+55+87=232 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.79% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3757 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3757 is #A5C8A8. Grayscale: #454545. Windows color (decimal): -10864809 or 5715802. OLE color: 5715802.

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

Color convert

RGB 90 55 87 -
CMYK 0 0.39 0.03 0.65
HSL 305.14º 0.24% 0.28% -
HSV(B) 305.14º 0.39% 0.35% -
XYZ 7.3 5.59 9.71 -
YUV 69.11 138.1 142.9 -
System Red Green Blue C M Y K H S L
Decimal 90 55 87 0 0.39 0.03 0.65 305.14 0.24 0.28
Hex 5A 37 57 0 27 3 41 131 18 1C
Octal 132 67 127 0 47 3 101 461 30 34
Binary 1011010 110111 1010111 0 100111 11 1000001 100110001 11000 11100

Color Harmonies of #5A3757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3757

Black with #5A3757

Text Example


Text Example

White with #5A3757

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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