#534051

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

Shades of Purple Taupe #534051

Tints of Purple Taupe #534051

Color information

#534051 (or 0x534051) is unknown color: approx Purple Taupe. HEX triplet: 53, 40 and 51. RGB value is (83,64,81). Sum of RGB (Red+Green+Blue) = 83+64+81=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 83 - color contains mainly: red. Hex color #534051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534051 is #ACBFAE. Grayscale: #474747. Windows color (decimal): -11321263 or 5324883. OLE color: 5324883.

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

Color convert

RGB836481-
CMYK00.230.020.67
HSL306.32º12.93%28.82%-
HSV(B)306.32º22.89%32.55%-
XYZ6.896.18.6-
YUV71.62133.29136.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.40%
GREEN value IS 64 (25.39% from 255) = 28.07%
BLUE value IS 81 (32.03% from 255) = 35.53%
R=36.40%
G=28.07%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83648100.230.020.67306.3212.9328.82
Hex534051017243132d1d
Octal12310012102721034621535
Binary101001110000001010001010111101000011100110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534051; }

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

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

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

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

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

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

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

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