#59116A

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

Shades of Seance #59116A

Tints of Seance #59116A

Color information

#59116A (or 0x59116A) is unknown color: approx Seance. HEX triplet: 59, 11 and 6A. RGB value is (89,17,106). Sum of RGB (Red+Green+Blue) = 89+17+106=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 106 (41.80% from 255 or 50% from 212); Max value from RGB is 106 - color contains mainly: blue. Hex color #59116A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59116A is #A6EE95. Grayscale: #303030. Windows color (decimal): -10940054 or 6951257. OLE color: 6951257.

HSL color Cylindrical-coordinate representation of color #59116A: hue angle of 288.54º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #59116A is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8917106-
CMYK0.160.8400.58
HSL288.54º72.36%24.12%-
HSV(B)288.54º83.96%41.57%-
XYZ6.923.5713.96-
YUV48.67160.35156.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.98%
GREEN value IS 17 (7.03% from 255) = 8.02%
BLUE value IS 106 (41.80% from 255) = 50%
R=41.98%
G=8.02%
B=50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal89171060.160.8400.58288.5472.3624.12
Hex59116A105403A1214818
Octal131211522012407244111030
Binary10110011000111010101000010101000111010100100001100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59116A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59116A; }

 p { color: rgb(89,17,106); }

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

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

 a { background-color: rgb(89,17,106); }

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

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

 span { border-color: rgb(89,17,106); }

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