#56394C

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

Shades of Purple Taupe #56394C

Tints of Purple Taupe #56394C

Color information

#56394C (or 0x56394C) is unknown color: approx Purple Taupe. HEX triplet: 56, 39 and 4C. RGB value is (86,57,76). Sum of RGB (Red+Green+Blue) = 86+57+76=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 86 - color contains mainly: red. Hex color #56394C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56394C is #A9C6B3. Grayscale: #434343. Windows color (decimal): -11126452 or 4995414. OLE color: 4995414.

HSL color Cylindrical-coordinate representation of color #56394C: hue angle of 320.69º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #56394C is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB865776-
CMYK00.340.120.66
HSL320.69º20.28%28.04%-
HSV(B)320.69º33.72%33.73%-
XYZ6.615.437.54-
YUV67.84132.61140.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.27%
GREEN value IS 57 (22.66% from 255) = 26.03%
BLUE value IS 76 (30.08% from 255) = 34.70%
R=39.27%
G=26.03%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86577600.340.120.66320.6920.2828.04
Hex56394C022C42141141c
Octal12671114042141025012434
Binary101011011100110011000100010110010000101010000011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56394C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56394C; }

 p { color: rgb(86,57,76); }

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

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

 a { background-color: rgb(86,57,76); }

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

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

 span { border-color: rgb(86,57,76); }

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