Html Css Color HEX #523C50 Purple Taupe

📋 copy color: '#523C50'

red 82 ◦ green 60 ◦ blue 80

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

Shades of Purple Taupe #523C50

Tints of Purple Taupe #523C50

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.03%

 BLUE value IS 80 (31.64% from 255) = 36.04%

R = 36.94%
G = 27.03%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#523C50 (or 0x523C50) is known color: Purple Taupe. HEX triplet: 52, 3C and 50. RGB value is (82,60,80). Sum of RGB (Red+Green+Blue) = 82+60+80=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 82 - color contains mainly: red. Hex color #523C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523C50 is #ADC3AF. Grayscale: #444444. Windows color (decimal): -11387824 or 5258322. OLE color: 5258322.

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

Color convert

RGB 82 60 80 -
CMYK 0 0.27 0.02 0.68
HSL 305.45º 0.15% 0.28% -
HSV(B) 305.45º 0.27% 0.32% -
XYZ 6.54 5.6 8.33 -
YUV 68.86 134.29 137.37 -
System Red Green Blue C M Y K H S L
Decimal 82 60 80 0 0.27 0.02 0.68 305.45 0.15 0.28
Hex 52 3C 50 0 1B 2 44 131 F 1C
Octal 122 74 120 0 33 2 104 461 17 34
Binary 1010010 111100 1010000 0 11011 10 1000100 100110001 1111 11100

Color Harmonies of #523C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523C50

Black with #523C50

Text Example


Text Example

White with #523C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,60,80); }

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

background-color css

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

 a { background-color: rgb(82,60,80); }

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

border-color css

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

 span { border-color: rgb(82,60,80); }

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