Html Css Color HEX #523950 Purple Taupe

📋 copy color: '#523950'

red 82 ◦ green 57 ◦ blue 80

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

Shades of Purple Taupe #523950

Tints of Purple Taupe #523950

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.03%

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

R = 37.44%
G = 26.03%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#523950 (or 0x523950) is known color: Purple Taupe. HEX triplet: 52, 39 and 50. RGB value is (82,57,80). Sum of RGB (Red+Green+Blue) = 82+57+80=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 82 - color contains mainly: red. Hex color #523950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523950 is #ADC6AF. Grayscale: #434343. Windows color (decimal): -11388592 or 5257554. OLE color: 5257554.

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

Color convert

RGB 82 57 80 -
CMYK 0 0.30 0.02 0.68
HSL 304.8º 0.18% 0.27% -
HSV(B) 304.8º 0.3% 0.32% -
XYZ 6.39 5.3 8.28 -
YUV 67.1 135.28 138.63 -
System Red Green Blue C M Y K H S L
Decimal 82 57 80 0 0.30 0.02 0.68 304.8 0.18 0.27
Hex 52 39 50 0 1E 2 44 131 12 1B
Octal 122 71 120 0 36 2 104 461 22 33
Binary 1010010 111001 1010000 0 11110 10 1000100 100110001 10010 11011

Color Harmonies of #523950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523950

Black with #523950

Text Example


Text Example

White with #523950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523950; }

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

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

background-color css

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

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

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

border-color css

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

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

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