Html Css Color HEX #5A3650 Purple Taupe

📋 copy color: '#5A3650'

red 90 ◦ green 54 ◦ blue 80

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

Shades of Purple Taupe #5A3650

Tints of Purple Taupe #5A3650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.11%

 BLUE value IS 80 (31.64% from 255) = 35.71%

R = 40.18%
G = 24.11%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#5A3650 (or 0x5A3650) is known color: Purple Taupe. HEX triplet: 5A, 36 and 50. RGB value is (90,54,80). Sum of RGB (Red+Green+Blue) = 90+54+80=224 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.18% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3650 is #A5C9AF. Grayscale: #434343. Windows color (decimal): -10865072 or 5256794. OLE color: 5256794.

HSL color Cylindrical-coordinate representation of color #5A3650: hue angle of 316.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A3650 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 54 80 -
CMYK 0 0.40 0.11 0.65
HSL 316.67º 0.25% 0.28% -
HSV(B) 316.67º 0.4% 0.35% -
XYZ 6.98 5.39 8.26 -
YUV 67.73 134.93 143.89 -
System Red Green Blue C M Y K H S L
Decimal 90 54 80 0 0.40 0.11 0.65 316.67 0.25 0.28
Hex 5A 36 50 0 28 B 41 13D 19 1C
Octal 132 66 120 0 50 13 101 475 31 34
Binary 1011010 110110 1010000 0 101000 1011 1000001 100111101 11001 11100

Color Harmonies of #5A3650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3650

Black with #5A3650

Text Example


Text Example

White with #5A3650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,54,80); }

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

background-color css

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

 a { background-color: rgb(90,54,80); }

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

border-color css

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

 span { border-color: rgb(90,54,80); }

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