Html Css Color HEX #523C4E Purple Taupe

📋 copy color: '#523C4E'

red 82 ◦ green 60 ◦ blue 78

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

Shades of Purple Taupe #523C4E

Tints of Purple Taupe #523C4E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.27%

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

R = 37.27%
G = 27.27%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#523C4E (or 0x523C4E) is known color: Purple Taupe. HEX triplet: 52, 3C and 4E. RGB value is (82,60,78). Sum of RGB (Red+Green+Blue) = 82+60+78=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 82 - color contains mainly: red. Hex color #523C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523C4E is #ADC3B1. Grayscale: #444444. Windows color (decimal): -11387826 or 5127250. OLE color: 5127250.

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

Color convert

RGB 82 60 78 -
CMYK 0 0.27 0.05 0.68
HSL 310.91º 0.15% 0.28% -
HSV(B) 310.91º 0.27% 0.32% -
XYZ 6.47 5.58 7.94 -
YUV 68.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 82 60 78 0 0.27 0.05 0.68 310.91 0.15 0.28
Hex 52 3C 4E 0 1B 5 44 137 F 1C
Octal 122 74 116 0 33 5 104 467 17 34
Binary 1010010 111100 1001110 0 11011 101 1000100 100110111 1111 11100

Color Harmonies of #523C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523C4E

Black with #523C4E

Text Example


Text Example

White with #523C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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