Shades of Lynch #5D7686
Tints of Lynch #5D7686
RGB
CMYK
RGB Variations
Color information
#5D7686 (or 0x5D7686) is known color: Lynch. HEX triplet: 5D, 76 and 86. RGB value is (93,118,134). Sum of RGB (Red+Green+Blue) = 93+118+134=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 134 - color contains mainly: blue. Hex color #5D7686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7686 is #A28979. Grayscale: #707070. Windows color (decimal): -10652026 or 8812125. OLE color: 8812125.
HSL color Cylindrical-coordinate representation of color #5D7686: hue angle of 203.41º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D7686 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 118 | 134 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.47 |
| HSL | 203.41º | 0.18% | 0.45% | - |
| HSV(B) | 203.41º | 0.31% | 0.53% | - |
| XYZ | 15.3 | 17.01 | 25.03 | - |
| YUV | 112.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 118 | 134 | 0.31 | 0.12 | 0 | 0.47 | 203.41 | 0.18 | 0.45 |
| Hex | 5D | 76 | 86 | 1F | C | 0 | 2F | CB | 12 | 2D |
| Octal | 135 | 166 | 206 | 37 | 14 | 0 | 57 | 313 | 22 | 55 |
| Binary | 1011101 | 1110110 | 10000110 | 11111 | 1100 | 0 | 101111 | 11001011 | 10010 | 101101 |
Color Harmonies of #5D7686
Complementary color
Monochromatic Colors of #5D7686
Black with #5D7686
Text Example
Text Example
White with #5D7686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7686; }
p { color: rgb(93,118,134); }
H1.HeaderClassName
{
color: #5D7686;
}
.AnyTagClassName
{
color: #5D7686;
}
</style>
background-color css
<style>
a { background-color: #5D7686; }
a { background-color: rgb(93,118,134); }
div.DivClassName
{
background-color: #5D7686;
}
.BgClassName
{
background-color: #5D7686;
}
</style>
border-color css
<style>
span { border-color: #5D7686; }
span { border-color: rgb(93,118,134); }
td.TdClassName
{
border-color: #5D7686;
}
.TagClassName
{
border-color: #5D7686;
}
</style>