Html Css Color HEX #524A50 Purple Taupe

📋 copy color: '#524A50'

red 82 ◦ green 74 ◦ blue 80

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

Shades of Purple Taupe #524A50

Tints of Purple Taupe #524A50

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.36%

 BLUE value IS 80 (31.64% from 255) = 33.9%

R = 34.75%
G = 31.36%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#524A50 (or 0x524A50) is known color: Purple Taupe. HEX triplet: 52, 4A and 50. RGB value is (82,74,80). Sum of RGB (Red+Green+Blue) = 82+74+80=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 82 - color contains mainly: red. Hex color #524A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524A50 is #ADB5AF. Grayscale: #4D4D4D. Windows color (decimal): -11384240 or 5261906. OLE color: 5261906.

HSL color Cylindrical-coordinate representation of color #524A50: hue angle of 315º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #524A50 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 74 80 -
CMYK 0 0.10 0.02 0.68
HSL 315º 0.05% 0.31% -
HSV(B) 315º 0.1% 0.32% -
XYZ 7.38 7.27 8.6 -
YUV 77.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 82 74 80 0 0.10 0.02 0.68 315 0.05 0.31
Hex 52 4A 50 0 A 2 44 13B 5 1F
Octal 122 112 120 0 12 2 104 473 5 37
Binary 1010010 1001010 1010000 0 1010 10 1000100 100111011 101 11111

Color Harmonies of #524A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524A50

Black with #524A50

Text Example


Text Example

White with #524A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524A50; }

 p { color: rgb(82,74,80); }

 H1.HeaderClassName
 {
   color: #524A50;
 }
 .AnyTagClassName
 {
   color: #524A50;
 }
</style>

background-color css

<style>
 a { background-color: #524A50; }

 a { background-color: rgb(82,74,80); }

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

border-color css

<style>
 span { border-color: #524A50; }

 span { border-color: rgb(82,74,80); }

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