#5A136C

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

Shades of Seance #5A136C

Tints of Seance #5A136C

Color information

#5A136C (or 0x5A136C) is unknown color: approx Seance. HEX triplet: 5A, 13 and 6C. RGB value is (90,19,108). Sum of RGB (Red+Green+Blue) = 90+19+108=217 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.47% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #5A136C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A136C is #A5EC93. Grayscale: #323232. Windows color (decimal): -10874004 or 7082842. OLE color: 7082842.

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

Color convert

RGB9019108-
CMYK0.170.8200.58
HSL287.87º70.08%24.9%-
HSV(B)287.87º82.41%42.35%-
XYZ7.163.7214.53-
YUV50.38160.52156.26-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.47%
GREEN value IS 19 (7.81% from 255) = 8.76%
BLUE value IS 108 (42.58% from 255) = 49.77%
R=41.47%
G=8.76%
B=49.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90191080.170.8200.58287.8770.0824.9
Hex5A136C115203A1204619
Octal132231542112207244010631
Binary10110101001111011001000110100100111010100100000100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A136C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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