Html Css Color HEX #52404F Purple Taupe

📋 copy color: '#52404F'

red 82 ◦ green 64 ◦ blue 79

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

Shades of Purple Taupe #52404F

Tints of Purple Taupe #52404F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.44%

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

R = 36.44%
G = 28.44%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#52404F (or 0x52404F) is known color: Purple Taupe. HEX triplet: 52, 40 and 4F. RGB value is (82,64,79). Sum of RGB (Red+Green+Blue) = 82+64+79=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 82 - color contains mainly: red. Hex color #52404F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52404F is #ADBFB0. Grayscale: #474747. Windows color (decimal): -11386801 or 5193810. OLE color: 5193810.

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

Color convert

RGB 82 64 79 -
CMYK 0 0.22 0.04 0.68
HSL 310º 0.12% 0.29% -
HSV(B) 310º 0.22% 0.32% -
XYZ 6.72 6.03 8.21 -
YUV 71.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 82 64 79 0 0.22 0.04 0.68 310 0.12 0.29
Hex 52 40 4F 0 16 4 44 136 C 1D
Octal 122 100 117 0 26 4 104 466 14 35
Binary 1010010 1000000 1001111 0 10110 100 1000100 100110110 1100 11101

Color Harmonies of #52404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52404F

Black with #52404F

Text Example


Text Example

White with #52404F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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