Html Css Color HEX #523D4E Purple Taupe

📋 copy color: '#523D4E'

red 82 ◦ green 61 ◦ blue 78

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

Shades of Purple Taupe #523D4E

Tints of Purple Taupe #523D4E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.6%

 BLUE value IS 78 (30.86% from 255) = 35.29%

R = 37.1%
G = 27.6%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#523D4E (or 0x523D4E) is known color: Purple Taupe. HEX triplet: 52, 3D and 4E. RGB value is (82,61,78). Sum of RGB (Red+Green+Blue) = 82+61+78=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 82 - color contains mainly: red. Hex color #523D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523D4E is #ADC2B1. Grayscale: #454545. Windows color (decimal): -11387570 or 5127506. OLE color: 5127506.

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

Color convert

RGB 82 61 78 -
CMYK 0 0.26 0.05 0.68
HSL 311.43º 0.15% 0.28% -
HSV(B) 311.43º 0.26% 0.32% -
XYZ 6.52 5.68 7.96 -
YUV 69.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 82 61 78 0 0.26 0.05 0.68 311.43 0.15 0.28
Hex 52 3D 4E 0 1A 5 44 137 F 1C
Octal 122 75 116 0 32 5 104 467 17 34
Binary 1010010 111101 1001110 0 11010 101 1000100 100110111 1111 11100

Color Harmonies of #523D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523D4E

Black with #523D4E

Text Example


Text Example

White with #523D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,61,78); }

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

background-color css

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

 a { background-color: rgb(82,61,78); }

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

border-color css

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

 span { border-color: rgb(82,61,78); }

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