#5A166D

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

Shades of Seance #5A166D

Tints of Seance #5A166D

Color information

#5A166D (or 0x5A166D) is unknown color: approx Seance. HEX triplet: 5A, 16 and 6D. RGB value is (90,22,109). Sum of RGB (Red+Green+Blue) = 90+22+109=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A166D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A166D is #A5E992. Grayscale: #333333. Windows color (decimal): -10873235 or 7149146. OLE color: 7149146.

HSL color Cylindrical-coordinate representation of color #5A166D: hue angle of 286.9º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A166D is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9022109-
CMYK0.170.8000.57
HSL286.9º66.41%25.69%-
HSV(B)286.9º79.82%42.75%-
XYZ7.263.8514.83-
YUV52.25160.03154.93-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 40.72%
GREEN value IS 22 (8.98% from 255) = 9.95%
BLUE value IS 109 (42.97% from 255) = 49.32%
R=40.72%
G=9.95%
B=49.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal90221090.170.8000.57286.966.4125.69
Hex5A166D115003911f421a
Octal132261552112007143710232
Binary10110101011011011011000110100000111001100011111100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A166D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,22,109); }

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

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

 a { background-color: rgb(90,22,109); }

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

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

 span { border-color: rgb(90,22,109); }

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