#592556

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

Shades of Palatinate Purple #592556

Tints of Palatinate Purple #592556

Color information

#592556 (or 0x592556) is unknown color: approx Palatinate Purple. HEX triplet: 59, 25 and 56. RGB value is (89,37,86). Sum of RGB (Red+Green+Blue) = 89+37+86=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 89 - color contains mainly: red. Hex color #592556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592556 is #A6DAA9. Grayscale: #393939. Windows color (decimal): -10934954 or 5645657. OLE color: 5645657.

HSL color Cylindrical-coordinate representation of color #592556: hue angle of 303.46º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #592556 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB893786-
CMYK00.580.030.65
HSL303.46º41.27%24.71%-
HSV(B)303.46º58.43%34.9%-
XYZ6.464.129.26-
YUV58.13143.73150.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.98%
GREEN value IS 37 (14.84% from 255) = 17.45%
BLUE value IS 86 (33.98% from 255) = 40.57%
R=41.98%
G=17.45%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89378600.580.030.65303.4641.2724.71
Hex59255603A34112f2919
Octal1314512607231014575131
Binary10110011001011010110011101011100000110010111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592556; }

 p { color: rgb(89,37,86); }

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

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

 a { background-color: rgb(89,37,86); }

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

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

 span { border-color: rgb(89,37,86); }

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