#637585

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

Shades of Lynch #637585

Tints of Lynch #637585

Color information

#637585 (or 0x637585) is unknown color: approx Lynch. HEX triplet: 63, 75 and 85. RGB value is (99,117,133). Sum of RGB (Red+Green+Blue) = 99+117+133=349 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.37% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 133 - color contains mainly: blue. Hex color #637585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637585 is #9C8A7A. Grayscale: #717171. Windows color (decimal): -10259067 or 8746339. OLE color: 8746339.

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

Color convert

RGB99117133-
CMYK0.260.1200.48
HSL208.24º14.66%45.49%-
HSV(B)208.24º25.56%52.16%-
XYZ15.7417.0724.66-
YUV113.44139.04117.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.37%
GREEN value IS 117 (46.09% from 255) = 33.52%
BLUE value IS 133 (52.34% from 255) = 38.11%
R=28.37%
G=33.52%
B=38.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991171330.260.1200.48208.2414.6645.49
Hex6375851AC030d0f2d
Octal14316520532140603201755
Binary11000111110101100001011101011000110000110100001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637585; }

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

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

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

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

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

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

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

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