Html Css Color HEX #52484F Purple Taupe

📋 copy color: '#52484F'

red 82 ◦ green 72 ◦ blue 79

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

Shades of Purple Taupe #52484F

Tints of Purple Taupe #52484F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.9%

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

R = 35.19%
G = 30.9%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#52484F (or 0x52484F) is known color: Purple Taupe. HEX triplet: 52, 48 and 4F. RGB value is (82,72,79). Sum of RGB (Red+Green+Blue) = 82+72+79=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 82 - color contains mainly: red. Hex color #52484F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52484F is #ADB7B0. Grayscale: #4B4B4B. Windows color (decimal): -11384753 or 5195858. OLE color: 5195858.

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

Color convert

RGB 82 72 79 -
CMYK 0 0.12 0.04 0.68
HSL 318º 0.06% 0.3% -
HSV(B) 318º 0.12% 0.32% -
XYZ 7.21 6.99 8.37 -
YUV 75.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 82 72 79 0 0.12 0.04 0.68 318 0.06 0.3
Hex 52 48 4F 0 C 4 44 13E 6 1E
Octal 122 110 117 0 14 4 104 476 6 36
Binary 1010010 1001000 1001111 0 1100 100 1000100 100111110 110 11110

Color Harmonies of #52484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52484F

Black with #52484F

Text Example


Text Example

White with #52484F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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