#5B3960

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

Shades of Seance #5B3960

Tints of Seance #5B3960

Color information

#5B3960 (or 0x5B3960) is unknown color: approx Seance. HEX triplet: 5B, 39 and 60. RGB value is (91,57,96). Sum of RGB (Red+Green+Blue) = 91+57+96=244 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.30% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 96 - color contains mainly: blue. Hex color #5B3960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3960 is #A4C69F. Grayscale: #474747. Windows color (decimal): -10798752 or 6306139. OLE color: 6306139.

HSL color Cylindrical-coordinate representation of color #5B3960: hue angle of 292.31º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B3960 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB915796-
CMYK0.050.4100.62
HSL292.31º25.49%30%-
HSV(B)292.31º40.62%37.65%-
XYZ7.895.9911.81-
YUV71.61141.76141.83-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.30%
GREEN value IS 57 (22.66% from 255) = 23.36%
BLUE value IS 96 (37.89% from 255) = 39.34%
R=37.30%
G=23.36%
B=39.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9157960.050.4100.62292.3125.4930
Hex5B396052903E124191e
Octal133711405510764443136
Binary1011011111001110000010110100101111101001001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,57,96); }

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

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

 a { background-color: rgb(91,57,96); }

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

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

 span { border-color: rgb(91,57,96); }

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