Shades of Lynch #5C7687
Tints of Lynch #5C7687
RGB
CMYK
RGB Variations
Color information
#5C7687 (or 0x5C7687) is known color: Lynch. HEX triplet: 5C, 76 and 87. RGB value is (92,118,135). Sum of RGB (Red+Green+Blue) = 92+118+135=345 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.67% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 135 - color contains mainly: blue. Hex color #5C7687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7687 is #A38978. Grayscale: #707070. Windows color (decimal): -10717561 or 8877660. OLE color: 8877660.
HSL color Cylindrical-coordinate representation of color #5C7687: hue angle of 203.72º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C7687 is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 118 | 135 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.47 |
| HSL | 203.72º | 0.19% | 0.45% | - |
| HSV(B) | 203.72º | 0.32% | 0.53% | - |
| XYZ | 15.27 | 16.98 | 25.39 | - |
| YUV | 112.16 | 140.89 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 118 | 135 | 0.32 | 0.13 | 0 | 0.47 | 203.72 | 0.19 | 0.45 |
| Hex | 5C | 76 | 87 | 20 | D | 0 | 2F | CC | 13 | 2D |
| Octal | 134 | 166 | 207 | 40 | 15 | 0 | 57 | 314 | 23 | 55 |
| Binary | 1011100 | 1110110 | 10000111 | 100000 | 1101 | 0 | 101111 | 11001100 | 10011 | 101101 |
Color Harmonies of #5C7687
Complementary color
Monochromatic Colors of #5C7687
Black with #5C7687
Text Example
Text Example
White with #5C7687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7687; }
p { color: rgb(92,118,135); }
H1.HeaderClassName
{
color: #5C7687;
}
.AnyTagClassName
{
color: #5C7687;
}
</style>
background-color css
<style>
a { background-color: #5C7687; }
a { background-color: rgb(92,118,135); }
div.DivClassName
{
background-color: #5C7687;
}
.BgClassName
{
background-color: #5C7687;
}
</style>
border-color css
<style>
span { border-color: #5C7687; }
span { border-color: rgb(92,118,135); }
td.TdClassName
{
border-color: #5C7687;
}
.TagClassName
{
border-color: #5C7687;
}
</style>