#653765

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

Shades of Seance #653765

Tints of Seance #653765

Color information

#653765 (or 0x653765) is unknown color: approx Seance. HEX triplet: 65, 37 and 65. RGB value is (101,55,101). Sum of RGB (Red+Green+Blue) = 101+55+101=257 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.30% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #653765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653765 is #9AC89A. Grayscale: #494949. Windows color (decimal): -10143899 or 6633317. OLE color: 6633317.

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

Color convert

RGB10155101-
CMYK00.4600.60
HSL300º29.49%30.59%-
HSV(B)300º45.54%39.61%-
XYZ9.086.4413.08-
YUV74143.24147.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.30%
GREEN value IS 55 (21.88% from 255) = 21.40%
BLUE value IS 101 (39.84% from 255) = 39.30%
R=39.30%
G=21.40%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1015510100.4600.6030029.4930.59
Hex65376502E03C12c1d1f
Octal145671450560744543537
Binary11001011101111100101010111001111001001011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653765; }

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

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

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

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

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

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

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

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