#5B3A60

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

Shades of Seance #5B3A60

Tints of Seance #5B3A60

Color information

#5B3A60 (or 0x5B3A60) is unknown color: approx Seance. HEX triplet: 5B, 3A and 60. RGB value is (91,58,96). Sum of RGB (Red+Green+Blue) = 91+58+96=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 96 - color contains mainly: blue. Hex color #5B3A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3A60 is #A4C59F. Grayscale: #484848. Windows color (decimal): -10798496 or 6306395. OLE color: 6306395.

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

Color convert

RGB915896-
CMYK0.050.4000.62
HSL292.11º24.68%30.2%-
HSV(B)292.11º39.58%37.65%-
XYZ7.946.0911.82-
YUV72.2141.43141.41-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.14%
GREEN value IS 58 (23.05% from 255) = 23.67%
BLUE value IS 96 (37.89% from 255) = 39.18%
R=37.14%
G=23.67%
B=39.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9158960.050.4000.62292.1124.6830.2
Hex5B3A6052803E124191e
Octal133721405500764443136
Binary1011011111010110000010110100001111101001001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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