Html Css Color HEX #523750 Purple Taupe

📋 copy color: '#523750'

red 82 ◦ green 55 ◦ blue 80

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

Shades of Purple Taupe #523750

Tints of Purple Taupe #523750

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.35%

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

R = 37.79%
G = 25.35%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#523750 (or 0x523750) is known color: Purple Taupe. HEX triplet: 52, 37 and 50. RGB value is (82,55,80). Sum of RGB (Red+Green+Blue) = 82+55+80=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 82 - color contains mainly: red. Hex color #523750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523750 is #ADC8AF. Grayscale: #414141. Windows color (decimal): -11389104 or 5257042. OLE color: 5257042.

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

Color convert

RGB 82 55 80 -
CMYK 0 0.33 0.02 0.68
HSL 304.44º 0.2% 0.27% -
HSV(B) 304.44º 0.33% 0.32% -
XYZ 6.29 5.11 8.24 -
YUV 65.92 135.95 139.47 -
System Red Green Blue C M Y K H S L
Decimal 82 55 80 0 0.33 0.02 0.68 304.44 0.2 0.27
Hex 52 37 50 0 21 2 44 130 14 1B
Octal 122 67 120 0 41 2 104 460 24 33
Binary 1010010 110111 1010000 0 100001 10 1000100 100110000 10100 11011

Color Harmonies of #523750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523750

Black with #523750

Text Example


Text Example

White with #523750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523750; }

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

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

background-color css

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

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

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

border-color css

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

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

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