#653473

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

Shades of Seance #653473

Tints of Seance #653473

Color information

#653473 (or 0x653473) is unknown color: approx Seance. HEX triplet: 65, 34 and 73. RGB value is (101,52,115). Sum of RGB (Red+Green+Blue) = 101+52+115=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 115 - color contains mainly: blue. Hex color #653473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653473 is #9ACB8C. Grayscale: #494949. Windows color (decimal): -10144653 or 7550053. OLE color: 7550053.

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

Color convert

RGB10152115-
CMYK0.120.5500.55
HSL286.67º37.72%32.75%-
HSV(B)286.67º54.78%45.1%-
XYZ9.696.4616.96-
YUV73.83151.23147.38-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.69%
GREEN value IS 52 (20.70% from 255) = 19.40%
BLUE value IS 115 (45.31% from 255) = 42.91%
R=37.69%
G=19.40%
B=42.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101521150.120.5500.55286.6737.7232.75
Hex653473C3703711f2621
Octal1456416314670674374641
Binary1100101110100111001111001101110110111100011111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653473; }

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

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

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

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

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

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

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

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