#653573

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

Shades of Seance #653573

Tints of Seance #653573

Color information

#653573 (or 0x653573) is unknown color: approx Seance. HEX triplet: 65, 35 and 73. RGB value is (101,53,115). Sum of RGB (Red+Green+Blue) = 101+53+115=269 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.55% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 115 - color contains mainly: blue. Hex color #653573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653573 is #9ACA8C. Grayscale: #4A4A4A. Windows color (decimal): -10144397 or 7550309. OLE color: 7550309.

HSL color Cylindrical-coordinate representation of color #653573: hue angle of 286.45º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #653573 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10153115-
CMYK0.120.5400.55
HSL286.45º36.9%32.94%-
HSV(B)286.45º53.91%45.1%-
XYZ9.736.5516.97-
YUV74.42150.9146.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.55%
GREEN value IS 53 (21.09% from 255) = 19.70%
BLUE value IS 115 (45.31% from 255) = 42.75%
R=37.55%
G=19.70%
B=42.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101531150.120.5400.55286.4536.932.94
Hex653573C3603711e2521
Octal1456516314660674364541
Binary1100101110101111001111001101100110111100011110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653573; }

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

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

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

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

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

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

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

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