Html Css Color HEX #524651 Purple Taupe

📋 copy color: '#524651'

red 82 ◦ green 70 ◦ blue 81

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

Shades of Purple Taupe #524651

Tints of Purple Taupe #524651

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.04%

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

R = 35.19%
G = 30.04%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#524651 (or 0x524651) is known color: Purple Taupe. HEX triplet: 52, 46 and 51. RGB value is (82,70,81). Sum of RGB (Red+Green+Blue) = 82+70+81=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 82 - color contains mainly: red. Hex color #524651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524651 is #ADB9AE. Grayscale: #4A4A4A. Windows color (decimal): -11385263 or 5326418. OLE color: 5326418.

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

Color convert

RGB 82 70 81 -
CMYK 0 0.15 0.01 0.68
HSL 305º 0.08% 0.3% -
HSV(B) 305º 0.15% 0.32% -
XYZ 7.16 6.77 8.71 -
YUV 74.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 82 70 81 0 0.15 0.01 0.68 305 0.08 0.3
Hex 52 46 51 0 F 1 44 131 8 1E
Octal 122 106 121 0 17 1 104 461 10 36
Binary 1010010 1000110 1010001 0 1111 1 1000100 100110001 1000 11110

Color Harmonies of #524651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524651

Black with #524651

Text Example


Text Example

White with #524651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524651; }

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

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

background-color css

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

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

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

border-color css

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

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

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