Shades of Lynch #597C96
Tints of Lynch #597C96
RGB
CMYK
RGB Variations
Color information
#597C96 (or 0x597C96) is known color: Lynch. HEX triplet: 59, 7C and 96. RGB value is (89,124,150). Sum of RGB (Red+Green+Blue) = 89+124+150=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 150 - color contains mainly: blue. Hex color #597C96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597C96 is #A68369. Grayscale: #747474. Windows color (decimal): -10912618 or 9862233. OLE color: 9862233.
HSL color Cylindrical-coordinate representation of color #597C96: hue angle of 205.57º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #597C96 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 89 | 124 | 150 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.41 |
| HSL | 205.57º | 0.26% | 0.47% | - |
| HSV(B) | 205.57º | 0.41% | 0.59% | - |
| XYZ | 16.83 | 18.74 | 31.58 | - |
| YUV | 116.5 | 146.9 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 124 | 150 | 0.41 | 0.17 | 0 | 0.41 | 205.57 | 0.26 | 0.47 |
| Hex | 59 | 7C | 96 | 29 | 11 | 0 | 29 | CE | 1A | 2F |
| Octal | 131 | 174 | 226 | 51 | 21 | 0 | 51 | 316 | 32 | 57 |
| Binary | 1011001 | 1111100 | 10010110 | 101001 | 10001 | 0 | 101001 | 11001110 | 11010 | 101111 |
Color Harmonies of #597C96
Complementary color
Monochromatic Colors of #597C96
Black with #597C96
Text Example
Text Example
White with #597C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597C96; }
p { color: rgb(89,124,150); }
H1.HeaderClassName
{
color: #597C96;
}
.AnyTagClassName
{
color: #597C96;
}
</style>
background-color css
<style>
a { background-color: #597C96; }
a { background-color: rgb(89,124,150); }
div.DivClassName
{
background-color: #597C96;
}
.BgClassName
{
background-color: #597C96;
}
</style>
border-color css
<style>
span { border-color: #597C96; }
span { border-color: rgb(89,124,150); }
td.TdClassName
{
border-color: #597C96;
}
.TagClassName
{
border-color: #597C96;
}
</style>