#59156e

Color #59156E Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #59156E

Tints of Seance #59156E

Color information

#59156E (or 0x59156E) is unknown color: approx Seance. HEX triplet: 59, 15 and 6E. RGB value is (89,21,110). Sum of RGB (Red+Green+Blue) = 89+21+110=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #59156E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59156E is #A6EA91. Grayscale: #333333. Windows color (decimal): -10939026 or 7214425. OLE color: 7214425.

HSL color Cylindrical-coordinate representation of color #59156E: hue angle of 285.84º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #59156E is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8921110-
CMYK0.190.8100.57
HSL285.84º67.94%25.69%-
HSV(B)285.84º80.91%43.14%-
XYZ7.23.7915.1-
YUV51.48161.03154.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.45%
GREEN value IS 21 (8.59% from 255) = 9.55%
BLUE value IS 110 (43.36% from 255) = 50%
R=40.45%
G=9.55%
B=50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal89211100.190.8100.57285.8467.9425.69
Hex59156E135103911e441a
Octal131251562312107143610432
Binary10110011010111011101001110100010111001100011110100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59156e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59156e; }

 p { color: rgb(89,21,110); }

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

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

 a { background-color: rgb(89,21,110); }

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

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

 span { border-color: rgb(89,21,110); }

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