#59156D

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

Shades of Seance #59156D

Tints of Seance #59156D

Color information

#59156D (or 0x59156D) is unknown color: approx Seance. HEX triplet: 59, 15 and 6D. RGB value is (89,21,109). Sum of RGB (Red+Green+Blue) = 89+21+109=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #59156D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59156D is #A6EA92. Grayscale: #333333. Windows color (decimal): -10939027 or 7148889. OLE color: 7148889.

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

Color convert

RGB8921109-
CMYK0.180.8100.57
HSL286.36º67.69%25.49%-
HSV(B)286.36º80.73%42.75%-
XYZ7.153.7614.82-
YUV51.36160.53154.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.64%
GREEN value IS 21 (8.59% from 255) = 9.59%
BLUE value IS 109 (42.97% from 255) = 49.77%
R=40.64%
G=9.59%
B=49.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal89211090.180.8100.57286.3667.6925.49
Hex59156D125103911e4419
Octal131251552212107143610431
Binary10110011010111011011001010100010111001100011110100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59156D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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