Shades of Lynch #59798D
Tints of Lynch #59798D
RGB
CMYK
RGB Variations
Color information
#59798D (or 0x59798D) is known color: Lynch. HEX triplet: 59, 79 and 8D. RGB value is (89,121,141). Sum of RGB (Red+Green+Blue) = 89+121+141=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 141 - color contains mainly: blue. Hex color #59798D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59798D is #A68672. Grayscale: #717171. Windows color (decimal): -10913395 or 9271641. OLE color: 9271641.
HSL color Cylindrical-coordinate representation of color #59798D: hue angle of 203.08º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #59798D is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 121 | 141 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.45 |
| HSL | 203.08º | 0.23% | 0.45% | - |
| HSV(B) | 203.08º | 0.37% | 0.55% | - |
| XYZ | 15.76 | 17.72 | 27.79 | - |
| YUV | 113.71 | 143.4 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 121 | 141 | 0.37 | 0.14 | 0 | 0.45 | 203.08 | 0.23 | 0.45 |
| Hex | 59 | 79 | 8D | 25 | E | 0 | 2D | CB | 17 | 2D |
| Octal | 131 | 171 | 215 | 45 | 16 | 0 | 55 | 313 | 27 | 55 |
| Binary | 1011001 | 1111001 | 10001101 | 100101 | 1110 | 0 | 101101 | 11001011 | 10111 | 101101 |
Color Harmonies of #59798D
Complementary color
Monochromatic Colors of #59798D
Black with #59798D
Text Example
Text Example
White with #59798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59798D; }
p { color: rgb(89,121,141); }
H1.HeaderClassName
{
color: #59798D;
}
.AnyTagClassName
{
color: #59798D;
}
</style>
background-color css
<style>
a { background-color: #59798D; }
a { background-color: rgb(89,121,141); }
div.DivClassName
{
background-color: #59798D;
}
.BgClassName
{
background-color: #59798D;
}
</style>
border-color css
<style>
span { border-color: #59798D; }
span { border-color: rgb(89,121,141); }
td.TdClassName
{
border-color: #59798D;
}
.TagClassName
{
border-color: #59798D;
}
</style>