Shades of Lynch #597A8F
Tints of Lynch #597A8F
RGB
CMYK
RGB Variations
Color information
#597A8F (or 0x597A8F) is known color: Lynch. HEX triplet: 59, 7A and 8F. RGB value is (89,122,143). Sum of RGB (Red+Green+Blue) = 89+122+143=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 143 - color contains mainly: blue. Hex color #597A8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597A8F is #A68570. Grayscale: #727272. Windows color (decimal): -10913137 or 9402969. OLE color: 9402969.
HSL color Cylindrical-coordinate representation of color #597A8F: hue angle of 203.33º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #597A8F is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 122 | 143 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.44 |
| HSL | 203.33º | 0.23% | 0.45% | - |
| HSV(B) | 203.33º | 0.38% | 0.56% | - |
| XYZ | 16.04 | 18.03 | 28.62 | - |
| YUV | 114.53 | 144.07 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 122 | 143 | 0.38 | 0.15 | 0 | 0.44 | 203.33 | 0.23 | 0.45 |
| Hex | 59 | 7A | 8F | 26 | F | 0 | 2C | CB | 17 | 2D |
| Octal | 131 | 172 | 217 | 46 | 17 | 0 | 54 | 313 | 27 | 55 |
| Binary | 1011001 | 1111010 | 10001111 | 100110 | 1111 | 0 | 101100 | 11001011 | 10111 | 101101 |
Color Harmonies of #597A8F
Complementary color
Monochromatic Colors of #597A8F
Black with #597A8F
Text Example
Text Example
White with #597A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597A8F; }
p { color: rgb(89,122,143); }
H1.HeaderClassName
{
color: #597A8F;
}
.AnyTagClassName
{
color: #597A8F;
}
</style>
background-color css
<style>
a { background-color: #597A8F; }
a { background-color: rgb(89,122,143); }
div.DivClassName
{
background-color: #597A8F;
}
.BgClassName
{
background-color: #597A8F;
}
</style>
border-color css
<style>
span { border-color: #597A8F; }
span { border-color: rgb(89,122,143); }
td.TdClassName
{
border-color: #597A8F;
}
.TagClassName
{
border-color: #597A8F;
}
</style>