#5B1969

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

Shades of Seance #5B1969

Tints of Seance #5B1969

Color information

#5B1969 (or 0x5B1969) is unknown color: approx Seance. HEX triplet: 5B, 19 and 69. RGB value is (91,25,105). Sum of RGB (Red+Green+Blue) = 91+25+105=221 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.18% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #5B1969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1969 is #A4E696. Grayscale: #353535. Windows color (decimal): -10806935 or 6887771. OLE color: 6887771.

HSL color Cylindrical-coordinate representation of color #5B1969: hue angle of 289.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B1969 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9125105-
CMYK0.130.7600.59
HSL289.5º61.54%25.49%-
HSV(B)289.5º76.19%41.18%-
XYZ7.213.9413.74-
YUV53.85156.87154.5-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 41.18%
GREEN value IS 25 (10.16% from 255) = 11.31%
BLUE value IS 105 (41.41% from 255) = 47.51%
R=41.18%
G=11.31%
B=47.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal91251050.130.7600.59289.561.5425.49
Hex5B1969D4C03B1223e19
Octal13331151151140734427631
Binary101101111001110100111011001100011101110010001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,25,105); }

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

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

 a { background-color: rgb(91,25,105); }

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

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

 span { border-color: rgb(91,25,105); }

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