Html Css Color HEX #524E51 Purple Taupe

📋 copy color: '#524E51'

red 82 ◦ green 78 ◦ blue 81

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

Shades of Purple Taupe #524E51

Tints of Purple Taupe #524E51

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.37%

 BLUE value IS 81 (32.03% from 255) = 33.61%

R = 34.02%
G = 32.37%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#524E51 (or 0x524E51) is known color: Purple Taupe. HEX triplet: 52, 4E and 51. RGB value is (82,78,81). Sum of RGB (Red+Green+Blue) = 82+78+81=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 82 - color contains mainly: red. Hex color #524E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524E51 is #ADB1AE. Grayscale: #4F4F4F. Windows color (decimal): -11383215 or 5328466. OLE color: 5328466.

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

Color convert

RGB 82 78 81 -
CMYK 0 0.05 0.01 0.68
HSL 315º 0.03% 0.31% -
HSV(B) 315º 0.05% 0.32% -
XYZ 7.69 7.84 8.89 -
YUV 79.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 82 78 81 0 0.05 0.01 0.68 315 0.03 0.31
Hex 52 4E 51 0 5 1 44 13B 2 1F
Octal 122 116 121 0 5 1 104 473 2 37
Binary 1010010 1001110 1010001 0 101 1 1000100 100111011 10 11111

Color Harmonies of #524E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524E51

Black with #524E51

Text Example


Text Example

White with #524E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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