Html Css Color HEX #5A3355 Purple Taupe

📋 copy color: '#5A3355'

red 90 ◦ green 51 ◦ blue 85

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

Shades of Purple Taupe #5A3355

Tints of Purple Taupe #5A3355

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.57%

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

R = 39.82%
G = 22.57%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#5A3355 (or 0x5A3355) is known color: Purple Taupe. HEX triplet: 5A, 33 and 55. RGB value is (90,51,85). Sum of RGB (Red+Green+Blue) = 90+51+85=226 (29% of max value = 765). Red value is 90 (35.55% from 255 or 39.82% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3355 is #A5CCAA. Grayscale: #424242. Windows color (decimal): -10865835 or 5583706. OLE color: 5583706.

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

Color convert

RGB 90 51 85 -
CMYK 0 0.43 0.06 0.65
HSL 307.69º 0.28% 0.28% -
HSV(B) 307.69º 0.43% 0.35% -
XYZ 7.04 5.2 9.23 -
YUV 66.54 138.42 144.74 -
System Red Green Blue C M Y K H S L
Decimal 90 51 85 0 0.43 0.06 0.65 307.69 0.28 0.28
Hex 5A 33 55 0 2B 6 41 134 1C 1C
Octal 132 63 125 0 53 6 101 464 34 34
Binary 1011010 110011 1010101 0 101011 110 1000001 100110100 11100 11100

Color Harmonies of #5A3355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3355

Black with #5A3355

Text Example


Text Example

White with #5A3355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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