Html Css Color HEX #523B4A Purple Taupe

📋 copy color: '#523B4A'

red 82 ◦ green 59 ◦ blue 74

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

Shades of Purple Taupe #523B4A

Tints of Purple Taupe #523B4A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.44%

 BLUE value IS 74 (29.3% from 255) = 34.42%

R = 38.14%
G = 27.44%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#523B4A (or 0x523B4A) is known color: Purple Taupe. HEX triplet: 52, 3B and 4A. RGB value is (82,59,74). Sum of RGB (Red+Green+Blue) = 82+59+74=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 59 (23.44% from 255 or 27.44% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 82 - color contains mainly: red. Hex color #523B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523B4A is #ADC4B5. Grayscale: #434343. Windows color (decimal): -11388086 or 4864850. OLE color: 4864850.

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

Color convert

RGB 82 59 74 -
CMYK 0 0.28 0.10 0.68
HSL 320.87º 0.16% 0.28% -
HSV(B) 320.87º 0.28% 0.32% -
XYZ 6.28 5.42 7.19 -
YUV 67.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 82 59 74 0 0.28 0.10 0.68 320.87 0.16 0.28
Hex 52 3B 4A 0 1C A 44 141 10 1C
Octal 122 73 112 0 34 12 104 501 20 34
Binary 1010010 111011 1001010 0 11100 1010 1000100 101000001 10000 11100

Color Harmonies of #523B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523B4A

Black with #523B4A

Text Example


Text Example

White with #523B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,59,74); }

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

background-color css

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

 a { background-color: rgb(82,59,74); }

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

border-color css

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

 span { border-color: rgb(82,59,74); }

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