#52434E

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

Shades of Purple Taupe #52434E

Tints of Purple Taupe #52434E

Color information

#52434E (or 0x52434E) is unknown color: approx Purple Taupe. HEX triplet: 52, 43 and 4E. RGB value is (82,67,78). Sum of RGB (Red+Green+Blue) = 82+67+78=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 82 - color contains mainly: red. Hex color #52434E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52434E is #ADBCB1. Grayscale: #484848. Windows color (decimal): -11386034 or 5129042. OLE color: 5129042.

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

Color convert

RGB826778-
CMYK00.180.050.68
HSL316º10.07%29.22%-
HSV(B)316º18.29%32.16%-
XYZ6.866.368.07-
YUV72.74130.97134.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.12%
GREEN value IS 67 (26.56% from 255) = 29.52%
BLUE value IS 78 (30.86% from 255) = 34.36%
R=36.12%
G=29.52%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82677800.180.050.6831610.0729.22
Hex52434E01254413ca1d
Octal12210311602251044741235
Binary1010010100001110011100100101011000100100111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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