Html Css Color HEX #5A3655 Purple Taupe

📋 copy color: '#5A3655'

red 90 ◦ green 54 ◦ blue 85

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

Shades of Purple Taupe #5A3655

Tints of Purple Taupe #5A3655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 37.12%

R = 39.3%
G = 23.58%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#5A3655 (or 0x5A3655) is known color: Purple Taupe. HEX triplet: 5A, 36 and 55. RGB value is (90,54,85). Sum of RGB (Red+Green+Blue) = 90+54+85=229 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.30% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3655 is #A5C9AA. Grayscale: #444444. Windows color (decimal): -10865067 or 5584474. OLE color: 5584474.

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

Color convert

RGB 90 54 85 -
CMYK 0 0.40 0.06 0.65
HSL 308.33º 0.25% 0.28% -
HSV(B) 308.33º 0.4% 0.35% -
XYZ 7.18 5.47 9.27 -
YUV 68.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 90 54 85 0 0.40 0.06 0.65 308.33 0.25 0.28
Hex 5A 36 55 0 28 6 41 134 19 1C
Octal 132 66 125 0 50 6 101 464 31 34
Binary 1011010 110110 1010101 0 101000 110 1000001 100110100 11001 11100

Color Harmonies of #5A3655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3655

Black with #5A3655

Text Example


Text Example

White with #5A3655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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