#5A3163

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

Shades of Seance #5A3163

Tints of Seance #5A3163

Color information

#5A3163 (or 0x5A3163) is unknown color: approx Seance. HEX triplet: 5A, 31 and 63. RGB value is (90,49,99). Sum of RGB (Red+Green+Blue) = 90+49+99=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 99 - color contains mainly: blue. Hex color #5A3163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3163 is #A5CE9C. Grayscale: #424242. Windows color (decimal): -10866333 or 6500698. OLE color: 6500698.

HSL color Cylindrical-coordinate representation of color #5A3163: hue angle of 289.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A3163 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB904999-
CMYK0.090.5100.61
HSL289.2º33.78%29.02%-
HSV(B)289.2º50.51%38.82%-
XYZ7.575.2712.42-
YUV66.96146.08144.43-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.82%
GREEN value IS 49 (19.53% from 255) = 20.59%
BLUE value IS 99 (39.06% from 255) = 41.60%
R=37.82%
G=20.59%
B=41.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9049990.090.5100.61289.233.7829.02
Hex5A316393303D121221d
Octal1326114311630754414235
Binary101101011000111000111001110011011110110010000110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,49,99); }

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

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

 a { background-color: rgb(90,49,99); }

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

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

 span { border-color: rgb(90,49,99); }

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