#5A1A6F

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

Shades of Seance #5A1A6F

Tints of Seance #5A1A6F

Color information

#5A1A6F (or 0x5A1A6F) is unknown color: approx Seance. HEX triplet: 5A, 1A and 6F. RGB value is (90,26,111). Sum of RGB (Red+Green+Blue) = 90+26+111=227 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.65% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #5A1A6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1A6F is #A5E590. Grayscale: #363636. Windows color (decimal): -10872209 or 7281242. OLE color: 7281242.

HSL color Cylindrical-coordinate representation of color #5A1A6F: hue angle of 285.18º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A1A6F is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9026111-
CMYK0.190.7700.56
HSL285.18º62.04%26.86%-
HSV(B)285.18º76.58%43.53%-
XYZ7.464.0615.43-
YUV54.83159.7153.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.65%
GREEN value IS 26 (10.55% from 255) = 11.45%
BLUE value IS 111 (43.75% from 255) = 48.90%
R=39.65%
G=11.45%
B=48.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal90261110.190.7700.56285.1862.0426.86
Hex5A1A6F134D03811d3e1b
Octal13232157231150704357633
Binary1011010110101101111100111001101011100010001110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,26,111); }

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

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

 a { background-color: rgb(90,26,111); }

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

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

 span { border-color: rgb(90,26,111); }

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