Html Css Color HEX #523A4E Purple Taupe

📋 copy color: '#523A4E'

red 82 ◦ green 58 ◦ blue 78

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

Shades of Purple Taupe #523A4E

Tints of Purple Taupe #523A4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 35.78%

R = 37.61%
G = 26.61%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#523A4E (or 0x523A4E) is known color: Purple Taupe. HEX triplet: 52, 3A and 4E. RGB value is (82,58,78). Sum of RGB (Red+Green+Blue) = 82+58+78=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 82 - color contains mainly: red. Hex color #523A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523A4E is #ADC5B1. Grayscale: #434343. Windows color (decimal): -11388338 or 5126738. OLE color: 5126738.

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

Color convert

RGB 82 58 78 -
CMYK 0 0.29 0.05 0.68
HSL 310º 0.17% 0.27% -
HSV(B) 310º 0.29% 0.32% -
XYZ 6.37 5.37 7.91 -
YUV 67.46 133.95 138.37 -
System Red Green Blue C M Y K H S L
Decimal 82 58 78 0 0.29 0.05 0.68 310 0.17 0.27
Hex 52 3A 4E 0 1D 5 44 136 11 1B
Octal 122 72 116 0 35 5 104 466 21 33
Binary 1010010 111010 1001110 0 11101 101 1000100 100110110 10001 11011

Color Harmonies of #523A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523A4E

Black with #523A4E

Text Example


Text Example

White with #523A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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