#59216C

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

Shades of Seance #59216C

Tints of Seance #59216C

Color information

#59216C (or 0x59216C) is unknown color: approx Seance. HEX triplet: 59, 21 and 6C. RGB value is (89,33,108). Sum of RGB (Red+Green+Blue) = 89+33+108=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #59216C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59216C is #A6DE93. Grayscale: #3A3A3A. Windows color (decimal): -10935956 or 7086425. OLE color: 7086425.

HSL color Cylindrical-coordinate representation of color #59216C: hue angle of 284.8º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #59216C is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8933108-
CMYK0.180.6900.58
HSL284.8º53.19%27.65%-
HSV(B)284.8º69.44%42.35%-
XYZ7.374.2914.63-
YUV58.29156.05149.9-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.70%
GREEN value IS 33 (13.28% from 255) = 14.35%
BLUE value IS 108 (42.58% from 255) = 46.96%
R=38.70%
G=14.35%
B=46.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal89331080.180.6900.58284.853.1927.65
Hex59216C124503A11d351c
Octal13141154221050724356534
Binary10110011000011101100100101000101011101010001110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59216C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59216C; }

 p { color: rgb(89,33,108); }

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

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

 a { background-color: rgb(89,33,108); }

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

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

 span { border-color: rgb(89,33,108); }

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