#524351

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

Shades of Purple Taupe #524351

Tints of Purple Taupe #524351

Color information

#524351 (or 0x524351) is unknown color: approx Purple Taupe. HEX triplet: 52, 43 and 51. RGB value is (82,67,81). Sum of RGB (Red+Green+Blue) = 82+67+81=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 82 - color contains mainly: red. Hex color #524351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524351 is #ADBCAE. Grayscale: #494949. Windows color (decimal): -11386031 or 5325650. OLE color: 5325650.

HSL color Cylindrical-coordinate representation of color #524351: hue angle of 304º 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 #524351 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB826781-
CMYK00.180.010.68
HSL304º10.07%29.22%-
HSV(B)304º18.29%32.16%-
XYZ6.976.48.65-
YUV73.08132.47134.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.65%
GREEN value IS 67 (26.56% from 255) = 29.13%
BLUE value IS 81 (32.03% from 255) = 35.22%
R=35.65%
G=29.13%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82678100.180.010.6830410.0729.22
Hex524351012144130a1d
Octal12210312102211044601235
Binary10100101000011101000101001011000100100110000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524351; }

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

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

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

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

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

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

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

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