#5B1A6A

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

Shades of Seance #5B1A6A

Tints of Seance #5B1A6A

Color information

#5B1A6A (or 0x5B1A6A) is unknown color: approx Seance. HEX triplet: 5B, 1A and 6A. RGB value is (91,26,106). Sum of RGB (Red+Green+Blue) = 91+26+106=223 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.81% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 106 (41.80% from 255 or 47.53% from 223); Max value from RGB is 106 - color contains mainly: blue. Hex color #5B1A6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B1A6A is #A4E595. Grayscale: #363636. Windows color (decimal): -10806678 or 6953563. OLE color: 6953563.

HSL color Cylindrical-coordinate representation of color #5B1A6A: hue angle of 288.75º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B1A6A is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9126106-
CMYK0.140.7500.58
HSL288.75º60.61%25.88%-
HSV(B)288.75º75.47%41.57%-
XYZ7.29414.02-
YUV54.55157.03154-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.81%
GREEN value IS 26 (10.55% from 255) = 11.66%
BLUE value IS 106 (41.80% from 255) = 47.53%
R=40.81%
G=11.66%
B=47.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal91261060.140.7500.58288.7560.6125.88
Hex5B1A6AE4B03A1213d1a
Octal13332152161130724417532
Binary101101111010110101011101001011011101010010000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,26,106); }

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

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

 a { background-color: rgb(91,26,106); }

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

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

 span { border-color: rgb(91,26,106); }

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