#653865

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

Shades of Seance #653865

Tints of Seance #653865

Color information

#653865 (or 0x653865) is unknown color: approx Seance. HEX triplet: 65, 38 and 65. RGB value is (101,56,101). Sum of RGB (Red+Green+Blue) = 101+56+101=258 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.15% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 101 (39.84% from 255 or 39.15% from 258); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #653865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653865 is #9AC79A. Grayscale: #4A4A4A. Windows color (decimal): -10143643 or 6633573. OLE color: 6633573.

HSL color Cylindrical-coordinate representation of color #653865: 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.45%. Process color model (Four color, CMYK) of #653865 is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB10156101-
CMYK00.4500.60
HSL300º28.66%30.78%-
HSV(B)300º44.55%39.61%-
XYZ9.136.5313.09-
YUV74.58142.91146.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.15%
GREEN value IS 56 (22.27% from 255) = 21.71%
BLUE value IS 101 (39.84% from 255) = 39.15%
R=39.15%
G=21.71%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1015610100.4500.6030028.6630.78
Hex65386502D03C12c1d1f
Octal145701450550744543537
Binary11001011110001100101010110101111001001011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653865; }

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

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

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

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

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

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

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

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