#657985

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

Shades of Lynch #657985

Tints of Lynch #657985

Color information

#657985 (or 0x657985) is unknown color: approx Lynch. HEX triplet: 65, 79 and 85. RGB value is (101,121,133). Sum of RGB (Red+Green+Blue) = 101+121+133=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 133 - color contains mainly: blue. Hex color #657985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657985 is #9A867A. Grayscale: #747474. Windows color (decimal): -10126971 or 8747365. OLE color: 8747365.

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

Color convert

RGB101121133-
CMYK0.240.0900.48
HSL202.5º13.68%45.88%-
HSV(B)202.5º24.06%52.16%-
XYZ16.4418.1324.82-
YUV116.39137.37117.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.45%
GREEN value IS 121 (47.66% from 255) = 34.08%
BLUE value IS 133 (52.34% from 255) = 37.46%
R=28.45%
G=34.08%
B=37.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011211330.240.0900.48202.513.6845.88
Hex657985189030cae2e
Octal14517120530110603121656
Binary11001011111001100001011100010010110000110010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657985; }

 p { color: rgb(101,121,133); }

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

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

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

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

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

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

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