#5B1970

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

Shades of Seance #5B1970

Tints of Seance #5B1970

Color information

#5B1970 (or 0x5B1970) is unknown color: approx Seance. HEX triplet: 5B, 19 and 70. RGB value is (91,25,112). Sum of RGB (Red+Green+Blue) = 91+25+112=228 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.91% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #5B1970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1970 is #A4E68F. Grayscale: #363636. Windows color (decimal): -10806928 or 7346523. OLE color: 7346523.

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

Color convert

RGB9125112-
CMYK0.190.7800.56
HSL285.52º63.5%26.86%-
HSV(B)285.52º77.68%43.92%-
XYZ7.594.0915.72-
YUV54.65160.37153.93-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 39.91%
GREEN value IS 25 (10.16% from 255) = 10.96%
BLUE value IS 112 (44.14% from 255) = 49.12%
R=39.91%
G=10.96%
B=49.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91251120.190.7800.56285.5263.526.86
Hex5B1970134E03811e401b
Octal133311602311607043610033
Binary10110111100111100001001110011100111000100011110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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