#5B186C

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

Shades of Seance #5B186C

Tints of Seance #5B186C

Color information

#5B186C (or 0x5B186C) is unknown color: approx Seance. HEX triplet: 5B, 18 and 6C. RGB value is (91,24,108). Sum of RGB (Red+Green+Blue) = 91+24+108=223 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.81% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #5B186C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B186C is #A4E793. Grayscale: #353535. Windows color (decimal): -10807188 or 7084123. OLE color: 7084123.

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

Color convert

RGB9124108-
CMYK0.160.7800.58
HSL287.86º63.64%25.88%-
HSV(B)287.86º77.78%42.35%-
XYZ7.353.9614.56-
YUV53.61158.7154.67-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.81%
GREEN value IS 24 (9.77% from 255) = 10.76%
BLUE value IS 108 (42.58% from 255) = 48.43%
R=40.81%
G=10.76%
B=48.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal91241080.160.7800.58287.8663.6425.88
Hex5B186C104E03A120401a
Octal133301542011607244010032
Binary10110111100011011001000010011100111010100100000100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B186C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,24,108); }

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

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

 a { background-color: rgb(91,24,108); }

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

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

 span { border-color: rgb(91,24,108); }

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