#5A176C

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

Shades of Seance #5A176C

Tints of Seance #5A176C

Color information

#5A176C (or 0x5A176C) is unknown color: approx Seance. HEX triplet: 5A, 17 and 6C. RGB value is (90,23,108). Sum of RGB (Red+Green+Blue) = 90+23+108=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #5A176C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A176C is #A5E893. Grayscale: #343434. Windows color (decimal): -10872980 or 7083866. OLE color: 7083866.

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

Color convert

RGB9023108-
CMYK0.170.7900.58
HSL287.29º64.89%25.69%-
HSV(B)287.29º78.7%42.35%-
XYZ7.233.8714.55-
YUV52.72159.2154.59-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 40.72%
GREEN value IS 23 (9.38% from 255) = 10.41%
BLUE value IS 108 (42.58% from 255) = 48.87%
R=40.72%
G=10.41%
B=48.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90231080.170.7900.58287.2964.8925.69
Hex5A176C114F03A11f411a
Octal132271542111707243710132
Binary10110101011111011001000110011110111010100011111100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A176C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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