Html Css Color HEX #52444E Purple Taupe

📋 copy color: '#52444E'

red 82 ◦ green 68 ◦ blue 78

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

Shades of Purple Taupe #52444E

Tints of Purple Taupe #52444E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.82%

 BLUE value IS 78 (30.86% from 255) = 34.21%

R = 35.96%
G = 29.82%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#52444E (or 0x52444E) is known color: Purple Taupe. HEX triplet: 52, 44 and 4E. RGB value is (82,68,78). Sum of RGB (Red+Green+Blue) = 82+68+78=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 82 - color contains mainly: red. Hex color #52444E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52444E is #ADBBB1. Grayscale: #494949. Windows color (decimal): -11385778 or 5129298. OLE color: 5129298.

HSL color Cylindrical-coordinate representation of color #52444E: hue angle of 317.14º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #52444E is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 68 78 -
CMYK 0 0.17 0.05 0.68
HSL 317.14º 0.09% 0.29% -
HSV(B) 317.14º 0.17% 0.32% -
XYZ 6.92 6.48 8.09 -
YUV 73.33 130.64 134.19 -
System Red Green Blue C M Y K H S L
Decimal 82 68 78 0 0.17 0.05 0.68 317.14 0.09 0.29
Hex 52 44 4E 0 11 5 44 13D 9 1D
Octal 122 104 116 0 21 5 104 475 11 35
Binary 1010010 1000100 1001110 0 10001 101 1000100 100111101 1001 11101

Color Harmonies of #52444E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52444E

Black with #52444E

Text Example


Text Example

White with #52444E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52444E; }

 p { color: rgb(82,68,78); }

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

background-color css

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

 a { background-color: rgb(82,68,78); }

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

border-color css

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

 span { border-color: rgb(82,68,78); }

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