Html Css Color HEX #5A3853 Purple Taupe

📋 copy color: '#5A3853'

red 90 ◦ green 56 ◦ blue 83

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

Shades of Purple Taupe #5A3853

Tints of Purple Taupe #5A3853

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.45%

 BLUE value IS 83 (32.81% from 255) = 36.24%

R = 39.3%
G = 24.45%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#5A3853 (or 0x5A3853) is known color: Purple Taupe. HEX triplet: 5A, 38 and 53. RGB value is (90,56,83). Sum of RGB (Red+Green+Blue) = 90+56+83=229 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.30% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3853 is #A5C7AC. Grayscale: #454545. Windows color (decimal): -10864557 or 5453914. OLE color: 5453914.

HSL color Cylindrical-coordinate representation of color #5A3853: hue angle of 312.35º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A3853 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 56 83 -
CMYK 0 0.38 0.08 0.65
HSL 312.35º 0.23% 0.29% -
HSV(B) 312.35º 0.38% 0.35% -
XYZ 7.19 5.63 8.89 -
YUV 69.24 135.76 142.8 -
System Red Green Blue C M Y K H S L
Decimal 90 56 83 0 0.38 0.08 0.65 312.35 0.23 0.29
Hex 5A 38 53 0 26 8 41 138 17 1D
Octal 132 70 123 0 46 10 101 470 27 35
Binary 1011010 111000 1010011 0 100110 1000 1000001 100111000 10111 11101

Color Harmonies of #5A3853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3853

Black with #5A3853

Text Example


Text Example

White with #5A3853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,56,83); }

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

background-color css

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

 a { background-color: rgb(90,56,83); }

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

border-color css

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

 span { border-color: rgb(90,56,83); }

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