#5B1571

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

Shades of Seance #5B1571

Tints of Seance #5B1571

Color information

#5B1571 (or 0x5B1571) is unknown color: approx Seance. HEX triplet: 5B, 15 and 71. RGB value is (91,21,113). Sum of RGB (Red+Green+Blue) = 91+21+113=225 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.44% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #5B1571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1571 is #A4EA8E. Grayscale: #343434. Windows color (decimal): -10807951 or 7411035. OLE color: 7411035.

HSL color Cylindrical-coordinate representation of color #5B1571: hue angle of 285.65º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B1571 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9121113-
CMYK0.190.8100.56
HSL285.65º68.66%26.27%-
HSV(B)285.65º81.42%44.31%-
XYZ7.563.9515.99-
YUV52.42162.19155.52-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.44%
GREEN value IS 21 (8.59% from 255) = 9.33%
BLUE value IS 113 (44.53% from 255) = 50.22%
R=40.44%
G=9.33%
B=50.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91211130.190.8100.56285.6568.6626.27
Hex5B1571135103811e451a
Octal133251612312107043610532
Binary10110111010111100011001110100010111000100011110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,21,113); }

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

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

 a { background-color: rgb(91,21,113); }

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

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

 span { border-color: rgb(91,21,113); }

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