#594653

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

Shades of Purple Taupe #594653

Tints of Purple Taupe #594653

Color information

#594653 (or 0x594653) is unknown color: approx Purple Taupe. HEX triplet: 59, 46 and 53. RGB value is (89,70,83). Sum of RGB (Red+Green+Blue) = 89+70+83=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 89 - color contains mainly: red. Hex color #594653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594653 is #A6B9AC. Grayscale: #4D4D4D. Windows color (decimal): -10926509 or 5457497. OLE color: 5457497.

HSL color Cylindrical-coordinate representation of color #594653: hue angle of 318.95º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #594653 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB897083-
CMYK00.210.070.65
HSL318.95º11.95%31.18%-
HSV(B)318.95º21.35%34.9%-
XYZ7.877.139.14-
YUV77.16131.29136.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.78%
GREEN value IS 70 (27.73% from 255) = 28.93%
BLUE value IS 83 (32.81% from 255) = 34.30%
R=36.78%
G=28.93%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89708300.210.070.65318.9511.9531.18
Hex59465301574113fc1f
Octal13110612302571014771437
Binary1011001100011010100110101011111000001100111111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594653; }

 p { color: rgb(89,70,83); }

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

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

 a { background-color: rgb(89,70,83); }

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

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

 span { border-color: rgb(89,70,83); }

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