#52454E

Color #52454E Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #52454E

Tints of Purple Taupe #52454E

Color information

#52454E (or 0x52454E) is unknown color: approx Purple Taupe. HEX triplet: 52, 45 and 4E. RGB value is (82,69,78). Sum of RGB (Red+Green+Blue) = 82+69+78=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 82 - color contains mainly: red. Hex color #52454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52454E is #ADBAB1. Grayscale: #494949. Windows color (decimal): -11385522 or 5129554. OLE color: 5129554.

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

Color convert

RGB826978-
CMYK00.160.050.68
HSL318.46º8.61%29.61%-
HSV(B)318.46º15.85%32.16%-
XYZ6.986.68.11-
YUV73.91130.31133.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.81%
GREEN value IS 69 (27.34% from 255) = 30.13%
BLUE value IS 78 (30.86% from 255) = 34.06%
R=35.81%
G=30.13%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82697800.160.050.68318.468.6129.61
Hex52454E01054413e91e
Octal12210511602051044761136
Binary1010010100010110011100100001011000100100111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #52454E;
 }
 .AnyTagClassName
 {
   color: #52454E;
 }
</style>
background-color css

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

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

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

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

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

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