#5A116B

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

Shades of Seance #5A116B

Tints of Seance #5A116B

Color information

#5A116B (or 0x5A116B) is unknown color: approx Seance. HEX triplet: 5A, 11 and 6B. RGB value is (90,17,107). Sum of RGB (Red+Green+Blue) = 90+17+107=214 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.06% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 107 (42.19% from 255 or 50% from 214); Max value from RGB is 107 - color contains mainly: blue. Hex color #5A116B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A116B is #A5EE94. Grayscale: #303030. Windows color (decimal): -10874517 or 7016794. OLE color: 7016794.

HSL color Cylindrical-coordinate representation of color #5A116B: hue angle of 288.67º degrees, saturation: 0.73, 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 #5A116B is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9017107-
CMYK0.160.8400.58
HSL288.67º72.58%24.31%-
HSV(B)288.67º84.11%41.96%-
XYZ7.073.6414.24-
YUV49.09160.68157.18-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.06%
GREEN value IS 17 (7.03% from 255) = 7.94%
BLUE value IS 107 (42.19% from 255) = 50%
R=42.06%
G=7.94%
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
Decimal90171070.160.8400.58288.6772.5824.31
Hex5A116B105403A1214918
Octal132211532012407244111130
Binary10110101000111010111000010101000111010100100001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A116B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A116B; }

 p { color: rgb(90,17,107); }

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

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

 a { background-color: rgb(90,17,107); }

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

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

 span { border-color: rgb(90,17,107); }

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