#5A176B

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

Shades of Seance #5A176B

Tints of Seance #5A176B

Color information

#5A176B (or 0x5A176B) is unknown color: approx Seance. HEX triplet: 5A, 17 and 6B. RGB value is (90,23,107). Sum of RGB (Red+Green+Blue) = 90+23+107=220 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.91% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 107 - color contains mainly: blue. Hex color #5A176B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A176B is #A5E894. Grayscale: #343434. Windows color (decimal): -10872981 or 7018330. OLE color: 7018330.

HSL color Cylindrical-coordinate representation of color #5A176B: hue angle of 287.86º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A176B is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9023107-
CMYK0.160.7900.58
HSL287.86º64.62%25.49%-
HSV(B)287.86º78.5%41.96%-
XYZ7.183.8514.27-
YUV52.61158.7154.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 40.91%
GREEN value IS 23 (9.38% from 255) = 10.45%
BLUE value IS 107 (42.19% from 255) = 48.64%
R=40.91%
G=10.45%
B=48.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90231070.160.7900.58287.8664.6225.49
Hex5A176B104F03A1204119
Octal132271532011707244010131
Binary10110101011111010111000010011110111010100100000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A176B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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