#5B196E

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

Shades of Seance #5B196E

Tints of Seance #5B196E

Color information

#5B196E (or 0x5B196E) is unknown color: approx Seance. HEX triplet: 5B, 19 and 6E. RGB value is (91,25,110). Sum of RGB (Red+Green+Blue) = 91+25+110=226 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.27% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 110 - color contains mainly: blue. Hex color #5B196E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B196E is #A4E691. Grayscale: #363636. Windows color (decimal): -10806930 or 7215451. OLE color: 7215451.

HSL color Cylindrical-coordinate representation of color #5B196E: hue angle of 286.59º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B196E is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9125110-
CMYK0.170.7700.57
HSL286.59º62.96%26.47%-
HSV(B)286.59º77.27%43.14%-
XYZ7.484.0515.14-
YUV54.42159.37154.09-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.27%
GREEN value IS 25 (10.16% from 255) = 11.06%
BLUE value IS 110 (43.36% from 255) = 48.67%
R=40.27%
G=11.06%
B=48.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal91251100.170.7700.57286.5962.9626.47
Hex5B196E114D03911f3f1a
Octal13331156211150714377732
Binary1011011110011101110100011001101011100110001111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B196E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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