#653365

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

Shades of Seance #653365

Tints of Seance #653365

Color information

#653365 (or 0x653365) is unknown color: approx Seance. HEX triplet: 65, 33 and 65. RGB value is (101,51,101). Sum of RGB (Red+Green+Blue) = 101+51+101=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #653365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653365 is #9ACC9A. Grayscale: #474747. Windows color (decimal): -10144923 or 6632293. OLE color: 6632293.

HSL color Cylindrical-coordinate representation of color #653365: hue angle of 300º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #653365 is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB10151101-
CMYK00.5000.60
HSL300º32.89%29.8%-
HSV(B)300º49.5%39.61%-
XYZ8.96.0713.02-
YUV71.65144.56148.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.92%
GREEN value IS 51 (20.31% from 255) = 20.16%
BLUE value IS 101 (39.84% from 255) = 39.92%
R=39.92%
G=20.16%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1015110100.5000.6030032.8929.8
Hex65336503203C12c211e
Octal145631450620744544136
Binary110010111001111001010110010011110010010110010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653365; }

 p { color: rgb(101,51,101); }

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

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

 a { background-color: rgb(101,51,101); }

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

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

 span { border-color: rgb(101,51,101); }

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