#59384F

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

Shades of Purple Taupe #59384F

Tints of Purple Taupe #59384F

Color information

#59384F (or 0x59384F) is unknown color: approx Purple Taupe. HEX triplet: 59, 38 and 4F. RGB value is (89,56,79). Sum of RGB (Red+Green+Blue) = 89+56+79=224 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.73% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 89 - color contains mainly: red. Hex color #59384F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59384F is #A6C7B0. Grayscale: #444444. Windows color (decimal): -10930097 or 5191769. OLE color: 5191769.

HSL color Cylindrical-coordinate representation of color #59384F: hue angle of 318.18º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #59384F is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB895679-
CMYK00.370.110.65
HSL318.18º22.76%28.43%-
HSV(B)318.18º37.08%34.9%-
XYZ6.955.528.1-
YUV68.49133.93142.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.73%
GREEN value IS 56 (22.27% from 255) = 25%
BLUE value IS 79 (31.25% from 255) = 35.27%
R=39.73%
G=25%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89567900.370.110.65318.1822.7628.43
Hex59384F025B4113e171c
Octal13170117045131014762734
Binary101100111100010011110100101101110000011001111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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