Shades of Lynch #657D89
Tints of Lynch #657D89
RGB
CMYK
RGB Variations
Color information
#657D89 (or 0x657D89) is known color: Lynch. HEX triplet: 65, 7D and 89. RGB value is (101,125,137). Sum of RGB (Red+Green+Blue) = 101+125+137=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 137 - color contains mainly: blue. Hex color #657D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657D89 is #9A8276. Grayscale: #777777. Windows color (decimal): -10125943 or 9010533. OLE color: 9010533.
HSL color Cylindrical-coordinate representation of color #657D89: hue angle of 200º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #657D89 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 125 | 137 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.46 |
| HSL | 200º | 0.15% | 0.47% | - |
| HSV(B) | 200º | 0.26% | 0.54% | - |
| XYZ | 17.22 | 19.24 | 26.47 | - |
| YUV | 119.19 | 138.05 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 137 | 0.26 | 0.09 | 0 | 0.46 | 200 | 0.15 | 0.47 |
| Hex | 65 | 7D | 89 | 1A | 9 | 0 | 2E | C8 | F | 2F |
| Octal | 145 | 175 | 211 | 32 | 11 | 0 | 56 | 310 | 17 | 57 |
| Binary | 1100101 | 1111101 | 10001001 | 11010 | 1001 | 0 | 101110 | 11001000 | 1111 | 101111 |
Color Harmonies of #657D89
Complementary color
Monochromatic Colors of #657D89
Black with #657D89
Text Example
Text Example
White with #657D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657D89; }
p { color: rgb(101,125,137); }
H1.HeaderClassName
{
color: #657D89;
}
.AnyTagClassName
{
color: #657D89;
}
</style>
background-color css
<style>
a { background-color: #657D89; }
a { background-color: rgb(101,125,137); }
div.DivClassName
{
background-color: #657D89;
}
.BgClassName
{
background-color: #657D89;
}
</style>
border-color css
<style>
span { border-color: #657D89; }
span { border-color: rgb(101,125,137); }
td.TdClassName
{
border-color: #657D89;
}
.TagClassName
{
border-color: #657D89;
}
</style>