#657580

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

Shades of Lynch #657580

Tints of Lynch #657580

Color information

#657580 (or 0x657580) is unknown color: approx Lynch. HEX triplet: 65, 75 and 80. RGB value is (101,117,128). Sum of RGB (Red+Green+Blue) = 101+117+128=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 128 - color contains mainly: blue. Hex color #657580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657580 is #9A8A7F. Grayscale: #717171. Windows color (decimal): -10128000 or 8418661. OLE color: 8418661.

HSL color Cylindrical-coordinate representation of color #657580: hue angle of 204.44º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #657580 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB101117128-
CMYK0.210.0900.50
HSL204.44º11.79%44.9%-
HSV(B)204.44º21.09%50.2%-
XYZ15.6217.0522.89-
YUV113.47136.2119.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.19%
GREEN value IS 117 (46.09% from 255) = 33.82%
BLUE value IS 128 (50.39% from 255) = 36.99%
R=29.19%
G=33.82%
B=36.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1011171280.210.0900.50204.4411.7944.9
Hex657580159032ccc2d
Octal14516520025110623141455
Binary11001011110101100000001010110010110010110011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657580; }

 p { color: rgb(101,117,128); }

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

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

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

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

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

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

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