#534351

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

Shades of Purple Taupe #534351

Tints of Purple Taupe #534351

Color information

#534351 (or 0x534351) is unknown color: approx Purple Taupe. HEX triplet: 53, 43 and 51. RGB value is (83,67,81). Sum of RGB (Red+Green+Blue) = 83+67+81=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 83 - color contains mainly: red. Hex color #534351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534351 is #ACBCAE. Grayscale: #494949. Windows color (decimal): -11320495 or 5325651. OLE color: 5325651.

HSL color Cylindrical-coordinate representation of color #534351: hue angle of 307.5º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #534351 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB836781-
CMYK00.190.020.67
HSL307.5º10.67%29.41%-
HSV(B)307.5º19.28%32.55%-
XYZ7.066.458.66-
YUV73.38132.3134.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.93%
GREEN value IS 67 (26.56% from 255) = 29.00%
BLUE value IS 81 (32.03% from 255) = 35.06%
R=35.93%
G=29.00%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83678100.190.020.67307.510.6729.41
Hex534351013243134b1d
Octal12310312102321034641335
Binary101001110000111010001010011101000011100110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534351; }

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

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

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

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

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

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

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

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