Html Css Color HEX #523A4B Purple Taupe

📋 copy color: '#523A4B'

red 82 ◦ green 58 ◦ blue 75

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

Shades of Purple Taupe #523A4B

Tints of Purple Taupe #523A4B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.98%

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

R = 38.14%
G = 26.98%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#523A4B (or 0x523A4B) is known color: Purple Taupe. HEX triplet: 52, 3A and 4B. RGB value is (82,58,75). Sum of RGB (Red+Green+Blue) = 82+58+75=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 82 - color contains mainly: red. Hex color #523A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523A4B is #ADC5B4. Grayscale: #434343. Windows color (decimal): -11388341 or 4930130. OLE color: 4930130.

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

Color convert

RGB 82 58 75 -
CMYK 0 0.29 0.09 0.68
HSL 317.5º 0.17% 0.27% -
HSV(B) 317.5º 0.29% 0.32% -
XYZ 6.26 5.33 7.35 -
YUV 67.11 132.45 138.62 -
System Red Green Blue C M Y K H S L
Decimal 82 58 75 0 0.29 0.09 0.68 317.5 0.17 0.27
Hex 52 3A 4B 0 1D 9 44 13E 11 1B
Octal 122 72 113 0 35 11 104 476 21 33
Binary 1010010 111010 1001011 0 11101 1001 1000100 100111110 10001 11011

Color Harmonies of #523A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523A4B

Black with #523A4B

Text Example


Text Example

White with #523A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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