Html Css Color HEX #524551 Purple Taupe

📋 copy color: '#524551'

red 82 ◦ green 69 ◦ blue 81

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

Shades of Purple Taupe #524551

Tints of Purple Taupe #524551

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.74%

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

R = 35.34%
G = 29.74%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#524551 (or 0x524551) is known color: Purple Taupe. HEX triplet: 52, 45 and 51. RGB value is (82,69,81). Sum of RGB (Red+Green+Blue) = 82+69+81=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 82 - color contains mainly: red. Hex color #524551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524551 is #ADBAAE. Grayscale: #4A4A4A. Windows color (decimal): -11385519 or 5326162. OLE color: 5326162.

HSL color Cylindrical-coordinate representation of color #524551: hue angle of 304.62º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #524551 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 69 81 -
CMYK 0 0.16 0.01 0.68
HSL 304.62º 0.09% 0.3% -
HSV(B) 304.62º 0.16% 0.32% -
XYZ 7.09 6.64 8.69 -
YUV 74.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 82 69 81 0 0.16 0.01 0.68 304.62 0.09 0.3
Hex 52 45 51 0 10 1 44 131 9 1E
Octal 122 105 121 0 20 1 104 461 11 36
Binary 1010010 1000101 1010001 0 10000 1 1000100 100110001 1001 11110

Color Harmonies of #524551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524551

Black with #524551

Text Example


Text Example

White with #524551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524551; }

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

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

background-color css

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

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

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

border-color css

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

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

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