#5B256D

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

Shades of Seance #5B256D

Tints of Seance #5B256D

Color information

#5B256D (or 0x5B256D) is unknown color: approx Seance. HEX triplet: 5B, 25 and 6D. RGB value is (91,37,109). Sum of RGB (Red+Green+Blue) = 91+37+109=237 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.40% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B256D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B256D is #A4DA92. Grayscale: #3D3D3D. Windows color (decimal): -10803859 or 7152987. OLE color: 7152987.

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

Color convert

RGB9137109-
CMYK0.170.6600.57
HSL285º49.32%28.63%-
HSV(B)285º66.06%42.75%-
XYZ7.744.6514.96-
YUV61.35154.89149.15-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.40%
GREEN value IS 37 (14.84% from 255) = 15.61%
BLUE value IS 109 (42.97% from 255) = 45.99%
R=38.40%
G=15.61%
B=45.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal91371090.170.6600.5728549.3228.63
Hex5B256D114203911d311d
Octal13345155211020714356135
Binary10110111001011101101100011000010011100110001110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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