#5B186E

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

Shades of Seance #5B186E

Tints of Seance #5B186E

Color information

#5B186E (or 0x5B186E) is unknown color: approx Seance. HEX triplet: 5B, 18 and 6E. RGB value is (91,24,110). Sum of RGB (Red+Green+Blue) = 91+24+110=225 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.44% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #5B186E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B186E is #A4E791. Grayscale: #353535. Windows color (decimal): -10807186 or 7215195. OLE color: 7215195.

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

Color convert

RGB9124110-
CMYK0.170.7800.57
HSL286.74º64.18%26.27%-
HSV(B)286.74º78.18%43.14%-
XYZ7.46415.13-
YUV53.84159.7154.51-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.44%
GREEN value IS 24 (9.77% from 255) = 10.67%
BLUE value IS 110 (43.36% from 255) = 48.89%
R=40.44%
G=10.67%
B=48.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal91241100.170.7800.57286.7464.1826.27
Hex5B186E114E03911f401a
Octal133301562111607143710032
Binary10110111100011011101000110011100111001100011111100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B186E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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