#594252

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

Shades of Purple Taupe #594252

Tints of Purple Taupe #594252

Color information

#594252 (or 0x594252) is unknown color: approx Purple Taupe. HEX triplet: 59, 42 and 52. RGB value is (89,66,82). Sum of RGB (Red+Green+Blue) = 89+66+82=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 89 - color contains mainly: red. Hex color #594252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594252 is #A6BDAD. Grayscale: #4A4A4A. Windows color (decimal): -10927534 or 5390937. OLE color: 5390937.

HSL color Cylindrical-coordinate representation of color #594252: hue angle of 318.26º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #594252 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB896682-
CMYK00.260.080.65
HSL318.26º14.84%30.39%-
HSV(B)318.26º25.84%34.9%-
XYZ7.596.638.86-
YUV74.7132.12138.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.55%
GREEN value IS 66 (26.17% from 255) = 27.85%
BLUE value IS 82 (32.42% from 255) = 34.60%
R=37.55%
G=27.85%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89668200.260.080.65318.2614.8430.39
Hex59425201A84113ef1e
Octal131102122032101014761736
Binary10110011000010101001001101010001000001100111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594252; }

 p { color: rgb(89,66,82); }

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

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

 a { background-color: rgb(89,66,82); }

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

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

 span { border-color: rgb(89,66,82); }

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