#5B266C

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

Shades of Seance #5B266C

Tints of Seance #5B266C

Color information

#5B266C (or 0x5B266C) is unknown color: approx Seance. HEX triplet: 5B, 26 and 6C. RGB value is (91,38,108). Sum of RGB (Red+Green+Blue) = 91+38+108=237 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.40% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 108 - color contains mainly: blue. Hex color #5B266C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B266C is #A4D993. Grayscale: #3D3D3D. Windows color (decimal): -10803604 or 7087707. OLE color: 7087707.

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

Color convert

RGB9138108-
CMYK0.160.6500.58
HSL285.43º47.95%28.63%-
HSV(B)285.43º64.81%42.35%-
XYZ7.714.6914.69-
YUV61.83154.06148.81-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.40%
GREEN value IS 38 (15.23% from 255) = 16.03%
BLUE value IS 108 (42.58% from 255) = 45.57%
R=38.40%
G=16.03%
B=45.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal91381080.160.6500.58285.4347.9528.63
Hex5B266C104103A11d301d
Octal13346154201010724356035
Binary10110111001101101100100001000001011101010001110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B266C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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