#56354F

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

Shades of Purple Taupe #56354F

Tints of Purple Taupe #56354F

Color information

#56354F (or 0x56354F) is unknown color: approx Purple Taupe. HEX triplet: 56, 35 and 4F. RGB value is (86,53,79). Sum of RGB (Red+Green+Blue) = 86+53+79=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 86 - color contains mainly: red. Hex color #56354F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56354F is #A9CAB0. Grayscale: #414141. Windows color (decimal): -11127473 or 5190998. OLE color: 5190998.

HSL color Cylindrical-coordinate representation of color #56354F: hue angle of 312.73º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #56354F is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB865379-
CMYK00.380.080.66
HSL312.73º23.74%27.25%-
HSV(B)312.73º38.37%33.73%-
XYZ6.525.098.04-
YUV65.83135.43142.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.45%
GREEN value IS 53 (21.09% from 255) = 24.31%
BLUE value IS 79 (31.25% from 255) = 36.24%
R=39.45%
G=24.31%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86537900.380.080.66312.7323.7427.25
Hex56354F026842139181b
Octal12665117046101024713033
Binary101011011010110011110100110100010000101001110011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56354F; }

 p { color: rgb(86,53,79); }

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

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

 a { background-color: rgb(86,53,79); }

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

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

 span { border-color: rgb(86,53,79); }

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