#591970

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

Shades of Seance #591970

Tints of Seance #591970

Color information

#591970 (or 0x591970) is unknown color: approx Seance. HEX triplet: 59, 19 and 70. RGB value is (89,25,112). Sum of RGB (Red+Green+Blue) = 89+25+112=226 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.38% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #591970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591970 is #A6E68F. Grayscale: #353535. Windows color (decimal): -10938000 or 7346521. OLE color: 7346521.

HSL color Cylindrical-coordinate representation of color #591970: hue angle of 284.14º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #591970 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8925112-
CMYK0.210.7800.56
HSL284.14º63.5%26.86%-
HSV(B)284.14º77.68%43.92%-
XYZ7.393.9915.71-
YUV54.05160.7152.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.38%
GREEN value IS 25 (10.16% from 255) = 11.06%
BLUE value IS 112 (44.14% from 255) = 49.56%
R=39.38%
G=11.06%
B=49.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89251120.210.7800.56284.1463.526.86
Hex591970154E03811c401b
Octal131311602511607043410033
Binary10110011100111100001010110011100111000100011100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591970; }

 p { color: rgb(89,25,112); }

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

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

 a { background-color: rgb(89,25,112); }

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

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

 span { border-color: rgb(89,25,112); }

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