Html Css Color HEX #52474F Purple Taupe

📋 copy color: '#52474F'

red 82 ◦ green 71 ◦ blue 79

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

Shades of Purple Taupe #52474F

Tints of Purple Taupe #52474F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.6%

 BLUE value IS 79 (31.25% from 255) = 34.05%

R = 35.34%
G = 30.6%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#52474F (or 0x52474F) is known color: Purple Taupe. HEX triplet: 52, 47 and 4F. RGB value is (82,71,79). Sum of RGB (Red+Green+Blue) = 82+71+79=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 82 - color contains mainly: red. Hex color #52474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52474F is #ADB8B0. Grayscale: #4B4B4B. Windows color (decimal): -11385009 or 5195602. OLE color: 5195602.

HSL color Cylindrical-coordinate representation of color #52474F: hue angle of 316.36º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #52474F is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 71 79 -
CMYK 0 0.13 0.04 0.68
HSL 316.36º 0.07% 0.3% -
HSV(B) 316.36º 0.13% 0.32% -
XYZ 7.14 6.86 8.35 -
YUV 75.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 82 71 79 0 0.13 0.04 0.68 316.36 0.07 0.3
Hex 52 47 4F 0 D 4 44 13C 7 1E
Octal 122 107 117 0 15 4 104 474 7 36
Binary 1010010 1000111 1001111 0 1101 100 1000100 100111100 111 11110

Color Harmonies of #52474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52474F

Black with #52474F

Text Example


Text Example

White with #52474F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52474F; }

 p { color: rgb(82,71,79); }

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

background-color css

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

 a { background-color: rgb(82,71,79); }

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

border-color css

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

 span { border-color: rgb(82,71,79); }

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