#56384F

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

Shades of Purple Taupe #56384F

Tints of Purple Taupe #56384F

Color information

#56384F (or 0x56384F) is unknown color: approx Purple Taupe. HEX triplet: 56, 38 and 4F. RGB value is (86,56,79). Sum of RGB (Red+Green+Blue) = 86+56+79=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 86 - color contains mainly: red. Hex color #56384F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56384F is #A9C7B0. Grayscale: #434343. Windows color (decimal): -11126705 or 5191766. OLE color: 5191766.

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

Color convert

RGB865679-
CMYK00.350.080.66
HSL314º21.13%27.84%-
HSV(B)314º34.88%33.73%-
XYZ6.665.378.08-
YUV67.59134.44141.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.91%
GREEN value IS 56 (22.27% from 255) = 25.34%
BLUE value IS 79 (31.25% from 255) = 35.75%
R=38.91%
G=25.34%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86567900.350.080.6631421.1327.84
Hex56384F02384213a151c
Octal12670117043101024722534
Binary101011011100010011110100011100010000101001110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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