Html Css Color HEX #523E51 Purple Taupe

📋 copy color: '#523E51'

red 82 ◦ green 62 ◦ blue 81

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

Shades of Purple Taupe #523E51

Tints of Purple Taupe #523E51

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.56%

 BLUE value IS 81 (32.03% from 255) = 36%

R = 36.44%
G = 27.56%
B = 36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#523E51 (or 0x523E51) is known color: Purple Taupe. HEX triplet: 52, 3E and 51. RGB value is (82,62,81). Sum of RGB (Red+Green+Blue) = 82+62+81=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 82 - color contains mainly: red. Hex color #523E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523E51 is #ADC1AE. Grayscale: #464646. Windows color (decimal): -11387311 or 5324370. OLE color: 5324370.

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

Color convert

RGB 82 62 81 -
CMYK 0 0.24 0.01 0.68
HSL 303º 0.14% 0.28% -
HSV(B) 303º 0.24% 0.32% -
XYZ 6.69 5.83 8.56 -
YUV 70.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 82 62 81 0 0.24 0.01 0.68 303 0.14 0.28
Hex 52 3E 51 0 18 1 44 12F E 1C
Octal 122 76 121 0 30 1 104 457 16 34
Binary 1010010 111110 1010001 0 11000 1 1000100 100101111 1110 11100

Color Harmonies of #523E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523E51

Black with #523E51

Text Example


Text Example

White with #523E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,62,81); }

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

background-color css

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

 a { background-color: rgb(82,62,81); }

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

border-color css

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

 span { border-color: rgb(82,62,81); }

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