#653364

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

Shades of Seance #653364

Tints of Seance #653364

Color information

#653364 (or 0x653364) is unknown color: approx Seance. HEX triplet: 65, 33 and 64. RGB value is (101,51,100). Sum of RGB (Red+Green+Blue) = 101+51+100=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 101 - color contains mainly: red. Hex color #653364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653364 is #9ACC9B. Grayscale: #474747. Windows color (decimal): -10144924 or 6566757. OLE color: 6566757.

HSL color Cylindrical-coordinate representation of color #653364: hue angle of 301.2º 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 #653364 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB10151100-
CMYK00.500.010.60
HSL301.2º32.89%29.8%-
HSV(B)301.2º49.5%39.61%-
XYZ8.856.0512.76-
YUV71.54144.06149.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.08%
GREEN value IS 51 (20.31% from 255) = 20.24%
BLUE value IS 100 (39.45% from 255) = 39.68%
R=40.08%
G=20.24%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1015110000.500.010.60301.232.8929.8
Hex65336403213C12d211e
Octal145631440621744554136
Binary110010111001111001000110010111110010010110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653364; }

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

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

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

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

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

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

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

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