#591A6B

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

Shades of Seance #591A6B

Tints of Seance #591A6B

Color information

#591A6B (or 0x591A6B) is unknown color: approx Seance. HEX triplet: 59, 1A and 6B. RGB value is (89,26,107). Sum of RGB (Red+Green+Blue) = 89+26+107=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 107 - color contains mainly: blue. Hex color #591A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591A6B is #A6E594. Grayscale: #353535. Windows color (decimal): -10937749 or 7019097. OLE color: 7019097.

HSL color Cylindrical-coordinate representation of color #591A6B: hue angle of 286.67º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #591A6B is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8926107-
CMYK0.170.7600.58
HSL286.67º60.9%26.08%-
HSV(B)286.67º75.7%41.96%-
XYZ7.143.9214.29-
YUV54.07157.87152.91-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.09%
GREEN value IS 26 (10.55% from 255) = 11.71%
BLUE value IS 107 (42.19% from 255) = 48.20%
R=40.09%
G=11.71%
B=48.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal89261070.170.7600.58286.6760.926.08
Hex591A6B114C03A11f3d1a
Octal13132153211140724377532
Binary1011001110101101011100011001100011101010001111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591A6B; }

 p { color: rgb(89,26,107); }

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

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

 a { background-color: rgb(89,26,107); }

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

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

 span { border-color: rgb(89,26,107); }

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