#65356E

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

Shades of Seance #65356E

Tints of Seance #65356E

Color information

#65356E (or 0x65356E) is unknown color: approx Seance. HEX triplet: 65, 35 and 6E. RGB value is (101,53,110). Sum of RGB (Red+Green+Blue) = 101+53+110=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 110 - color contains mainly: blue. Hex color #65356E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65356E is #9ACA91. Grayscale: #494949. Windows color (decimal): -10144402 or 7222629. OLE color: 7222629.

HSL color Cylindrical-coordinate representation of color #65356E: hue angle of 290.53º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65356E is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10153110-
CMYK0.080.5200.57
HSL290.53º34.97%31.96%-
HSV(B)290.53º51.82%43.14%-
XYZ9.456.4415.5-
YUV73.85148.4147.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.26%
GREEN value IS 53 (21.09% from 255) = 20.08%
BLUE value IS 110 (43.36% from 255) = 41.67%
R=38.26%
G=20.08%
B=41.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101531100.080.5200.57290.5334.9731.96
Hex65356E8340391232320
Octal1456515610640714434340
Binary1100101110101110111010001101000111001100100011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65356E; }

 p { color: rgb(101,53,110); }

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

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

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

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

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

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

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