Shades of Lynch #657580
Tints of Lynch #657580
RGB
CMYK
RGB Variations
Color information
#657580 (or 0x657580) is known color: 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
| RGB | 101 | 117 | 128 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.50 |
| HSL | 204.44º | 0.12% | 0.45% | - |
| HSV(B) | 204.44º | 0.21% | 0.5% | - |
| XYZ | 15.62 | 17.05 | 22.89 | - |
| YUV | 113.47 | 136.2 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 117 | 128 | 0.21 | 0.09 | 0 | 0.50 | 204.44 | 0.12 | 0.45 |
| Hex | 65 | 75 | 80 | 15 | 9 | 0 | 32 | CC | C | 2D |
| Octal | 145 | 165 | 200 | 25 | 11 | 0 | 62 | 314 | 14 | 55 |
| Binary | 1100101 | 1110101 | 10000000 | 10101 | 1001 | 0 | 110010 | 11001100 | 1100 | 101101 |
Color Harmonies of #657580
Complementary color
Monochromatic Colors of #657580
Black with #657580
Text Example
Text Example
White with #657580
Text Example
Text Example
HTML Codes & Css Web 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>