Html Css Color HEX #523E4B Purple Taupe

📋 copy color: '#523E4B'

red 82 ◦ green 62 ◦ blue 75

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

Shades of Purple Taupe #523E4B

Tints of Purple Taupe #523E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.25%

R = 37.44%
G = 28.31%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#523E4B (or 0x523E4B) is known color: Purple Taupe. HEX triplet: 52, 3E and 4B. RGB value is (82,62,75). Sum of RGB (Red+Green+Blue) = 82+62+75=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 62 (24.61% from 255 or 28.31% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 82 - color contains mainly: red. Hex color #523E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523E4B is #ADC1B4. Grayscale: #454545. Windows color (decimal): -11387317 or 4931154. OLE color: 4931154.

HSL color Cylindrical-coordinate representation of color #523E4B: hue angle of 321º 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 #523E4B is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 62 75 -
CMYK 0 0.24 0.09 0.68
HSL 321º 0.14% 0.28% -
HSV(B) 321º 0.24% 0.32% -
XYZ 6.47 5.75 7.42 -
YUV 69.46 131.13 136.94 -
System Red Green Blue C M Y K H S L
Decimal 82 62 75 0 0.24 0.09 0.68 321 0.14 0.28
Hex 52 3E 4B 0 18 9 44 141 E 1C
Octal 122 76 113 0 30 11 104 501 16 34
Binary 1010010 111110 1001011 0 11000 1001 1000100 101000001 1110 11100

Color Harmonies of #523E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523E4B

Black with #523E4B

Text Example


Text Example

White with #523E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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