#524350

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

Shades of Purple Taupe #524350

Tints of Purple Taupe #524350

Color information

#524350 (or 0x524350) is unknown color: approx Purple Taupe. HEX triplet: 52, 43 and 50. RGB value is (82,67,80). Sum of RGB (Red+Green+Blue) = 82+67+80=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 82 - color contains mainly: red. Hex color #524350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524350 is #ADBCAF. Grayscale: #484848. Windows color (decimal): -11386032 or 5260114. OLE color: 5260114.

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

Color convert

RGB826780-
CMYK00.180.020.68
HSL308º10.07%29.22%-
HSV(B)308º18.29%32.16%-
XYZ6.936.398.46-
YUV72.97131.97134.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.81%
GREEN value IS 67 (26.56% from 255) = 29.26%
BLUE value IS 80 (31.64% from 255) = 34.93%
R=35.81%
G=29.26%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82678000.180.020.6830810.0729.22
Hex524350012244134a1d
Octal12210312002221044641235
Binary101001010000111010000010010101000100100110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524350; }

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

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

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

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

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

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

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

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