#56384D

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

Shades of Purple Taupe #56384D

Tints of Purple Taupe #56384D

Color information

#56384D (or 0x56384D) is unknown color: approx Purple Taupe. HEX triplet: 56, 38 and 4D. RGB value is (86,56,77). Sum of RGB (Red+Green+Blue) = 86+56+77=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 86 - color contains mainly: red. Hex color #56384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56384D is #A9C7B2. Grayscale: #434343. Windows color (decimal): -11126707 or 5060694. OLE color: 5060694.

HSL color Cylindrical-coordinate representation of color #56384D: hue angle of 318º 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 #56384D is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB865677-
CMYK00.350.100.66
HSL318º21.13%27.84%-
HSV(B)318º34.88%33.73%-
XYZ6.595.347.7-
YUV67.36133.44141.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.27%
GREEN value IS 56 (22.27% from 255) = 25.57%
BLUE value IS 77 (30.47% from 255) = 35.16%
R=39.27%
G=25.57%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86567700.350.100.6631821.1327.84
Hex56384D023A4213e151c
Octal12670115043121024762534
Binary101011011100010011010100011101010000101001111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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