Html Css Color HEX #5A4355 Purple Taupe

📋 copy color: '#5A4355'

red 90 ◦ green 67 ◦ blue 85

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

Shades of Purple Taupe #5A4355

Tints of Purple Taupe #5A4355

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.69%

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

R = 37.19%
G = 27.69%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#5A4355 (or 0x5A4355) is known color: Purple Taupe. HEX triplet: 5A, 43 and 55. RGB value is (90,67,85). Sum of RGB (Red+Green+Blue) = 90+67+85=242 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.19% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4355 is #A5BCAA. Grayscale: #4B4B4B. Windows color (decimal): -10861739 or 5587802. OLE color: 5587802.

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

Color convert

RGB 90 67 85 -
CMYK 0 0.26 0.06 0.65
HSL 313.04º 0.15% 0.31% -
HSV(B) 313.04º 0.26% 0.35% -
XYZ 7.86 6.84 9.5 -
YUV 75.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 90 67 85 0 0.26 0.06 0.65 313.04 0.15 0.31
Hex 5A 43 55 0 1A 6 41 139 F 1F
Octal 132 103 125 0 32 6 101 471 17 37
Binary 1011010 1000011 1010101 0 11010 110 1000001 100111001 1111 11111

Color Harmonies of #5A4355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4355

Black with #5A4355

Text Example


Text Example

White with #5A4355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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