#647585

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

Shades of Lynch #647585

Tints of Lynch #647585

Color information

#647585 (or 0x647585) is unknown color: approx Lynch. HEX triplet: 64, 75 and 85. RGB value is (100,117,133). Sum of RGB (Red+Green+Blue) = 100+117+133=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 133 - color contains mainly: blue. Hex color #647585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647585 is #9B8A7A. Grayscale: #717171. Windows color (decimal): -10193531 or 8746340. OLE color: 8746340.

HSL color Cylindrical-coordinate representation of color #647585: hue angle of 209.09º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #647585 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB100117133-
CMYK0.250.1200.48
HSL209.09º14.16%45.69%-
HSV(B)209.09º24.81%52.16%-
XYZ15.8517.1324.66-
YUV113.74138.87118.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.57%
GREEN value IS 117 (46.09% from 255) = 33.43%
BLUE value IS 133 (52.34% from 255) = 38%
R=28.57%
G=33.43%
B=38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001171330.250.1200.48209.0914.1645.69
Hex64758519C030d1e2e
Octal14416520531140603211656
Binary11001001110101100001011100111000110000110100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647585; }

 p { color: rgb(100,117,133); }

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

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

 a { background-color: rgb(100,117,133); }

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

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

 span { border-color: rgb(100,117,133); }

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