#5B126C

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

Shades of Seance #5B126C

Tints of Seance #5B126C

Color information

#5B126C (or 0x5B126C) is unknown color: approx Seance. HEX triplet: 5B, 12 and 6C. RGB value is (91,18,108). Sum of RGB (Red+Green+Blue) = 91+18+108=217 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.94% from 217); Green value is 18 (7.42% from 255 or 8.29% 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 #5B126C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B126C is #A4ED93. Grayscale: #313131. Windows color (decimal): -10808724 or 7082587. OLE color: 7082587.

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

Color convert

RGB9118108-
CMYK0.160.8300.58
HSL288.67º71.43%24.71%-
HSV(B)288.67º83.33%42.35%-
XYZ7.243.7414.53-
YUV50.09160.68157.18-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 41.94%
GREEN value IS 18 (7.42% from 255) = 8.29%
BLUE value IS 108 (42.58% from 255) = 49.77%
R=41.94%
G=8.29%
B=49.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal91181080.160.8300.58288.6771.4324.71
Hex5B126C105303A1214719
Octal133221542012307244110731
Binary10110111001011011001000010100110111010100100001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B126C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,18,108); }

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

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

 a { background-color: rgb(91,18,108); }

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

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

 span { border-color: rgb(91,18,108); }

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