#5B276A

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

Shades of Seance #5B276A

Tints of Seance #5B276A

Color information

#5B276A (or 0x5B276A) is unknown color: approx Seance. HEX triplet: 5B, 27 and 6A. RGB value is (91,39,106). Sum of RGB (Red+Green+Blue) = 91+39+106=236 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.56% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 106 - color contains mainly: blue. Hex color #5B276A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B276A is #A4D895. Grayscale: #3D3D3D. Windows color (decimal): -10803350 or 6956891. OLE color: 6956891.

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

Color convert

RGB9139106-
CMYK0.140.6300.58
HSL286.57º46.21%28.43%-
HSV(B)286.57º63.21%41.57%-
XYZ7.644.7214.14-
YUV62.19152.73148.55-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.56%
GREEN value IS 39 (15.62% from 255) = 16.53%
BLUE value IS 106 (41.80% from 255) = 44.92%
R=38.56%
G=16.53%
B=44.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal91391060.140.6300.58286.5746.2128.43
Hex5B276AE3F03A11f2e1c
Octal1334715216770724375634
Binary101101110011111010101110111111011101010001111110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B276A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,39,106); }

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

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

 a { background-color: rgb(91,39,106); }

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

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

 span { border-color: rgb(91,39,106); }

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