Html Css Color HEX #523E4D Purple Taupe

📋 copy color: '#523E4D'

red 82 ◦ green 62 ◦ blue 77

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

Shades of Purple Taupe #523E4D

Tints of Purple Taupe #523E4D

RGB

 RED value IS 82 (32.42% from 255) = 37.1%

 GREEN value IS 62 (24.61% from 255) = 28.05%

 BLUE value IS 77 (30.47% from 255) = 34.84%

R = 37.1%
G = 28.05%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#523E4D (or 0x523E4D) is known color: Purple Taupe. HEX triplet: 52, 3E and 4D. RGB value is (82,62,77). Sum of RGB (Red+Green+Blue) = 82+62+77=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 82 - color contains mainly: red. Hex color #523E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523E4D is #ADC1B2. Grayscale: #454545. Windows color (decimal): -11387315 or 5062226. OLE color: 5062226.

HSL color Cylindrical-coordinate representation of color #523E4D: hue angle of 315º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #523E4D is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 62 77 -
CMYK 0 0.24 0.06 0.68
HSL 315º 0.14% 0.28% -
HSV(B) 315º 0.24% 0.32% -
XYZ 6.54 5.77 7.79 -
YUV 69.69 132.13 136.78 -
System Red Green Blue C M Y K H S L
Decimal 82 62 77 0 0.24 0.06 0.68 315 0.14 0.28
Hex 52 3E 4D 0 18 6 44 13B E 1C
Octal 122 76 115 0 30 6 104 473 16 34
Binary 1010010 111110 1001101 0 11000 110 1000100 100111011 1110 11100

Color Harmonies of #523E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523E4D

Black with #523E4D

Text Example


Text Example

White with #523E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523E4D; }

 p { color: rgb(82,62,77); }

 H1.HeaderClassName
 {
   color: #523E4D;
 }
 .AnyTagClassName
 {
   color: #523E4D;
 }
</style>

background-color css

<style>
 a { background-color: #523E4D; }

 a { background-color: rgb(82,62,77); }

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

border-color css

<style>
 span { border-color: #523E4D; }

 span { border-color: rgb(82,62,77); }

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