#5B256C

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

Shades of Seance #5B256C

Tints of Seance #5B256C

Color information

#5B256C (or 0x5B256C) is unknown color: approx Seance. HEX triplet: 5B, 25 and 6C. RGB value is (91,37,108). Sum of RGB (Red+Green+Blue) = 91+37+108=236 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.56% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 108 - color contains mainly: blue. Hex color #5B256C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B256C is #A4DA93. Grayscale: #3D3D3D. Windows color (decimal): -10803860 or 7087451. OLE color: 7087451.

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

Color convert

RGB9137108-
CMYK0.160.6600.58
HSL285.63º48.97%28.43%-
HSV(B)285.63º65.74%42.35%-
XYZ7.684.6314.68-
YUV61.24154.39149.23-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.56%
GREEN value IS 37 (14.84% from 255) = 15.68%
BLUE value IS 108 (42.58% from 255) = 45.76%
R=38.56%
G=15.68%
B=45.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal91371080.160.6600.58285.6348.9728.43
Hex5B256C104203A11e311c
Octal13345154201020724366134
Binary10110111001011101100100001000010011101010001111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B256C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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