Shades of Lynch #5F7A8D
Tints of Lynch #5F7A8D
RGB
CMYK
RGB Variations
Color information
#5F7A8D (or 0x5F7A8D) is known color: Lynch. HEX triplet: 5F, 7A and 8D. RGB value is (95,122,141). Sum of RGB (Red+Green+Blue) = 95+122+141=358 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.54% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 141 - color contains mainly: blue. Hex color #5F7A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7A8D is #A08572. Grayscale: #737373. Windows color (decimal): -10519923 or 9271903. OLE color: 9271903.
HSL color Cylindrical-coordinate representation of color #5F7A8D: hue angle of 204.78º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F7A8D is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 122 | 141 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.45 |
| HSL | 204.78º | 0.19% | 0.46% | - |
| HSV(B) | 204.78º | 0.33% | 0.55% | - |
| XYZ | 16.49 | 18.28 | 27.86 | - |
| YUV | 116.09 | 142.05 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 122 | 141 | 0.33 | 0.13 | 0 | 0.45 | 204.78 | 0.19 | 0.46 |
| Hex | 5F | 7A | 8D | 21 | D | 0 | 2D | CD | 13 | 2E |
| Octal | 137 | 172 | 215 | 41 | 15 | 0 | 55 | 315 | 23 | 56 |
| Binary | 1011111 | 1111010 | 10001101 | 100001 | 1101 | 0 | 101101 | 11001101 | 10011 | 101110 |
Color Harmonies of #5F7A8D
Complementary color
Monochromatic Colors of #5F7A8D
Black with #5F7A8D
Text Example
Text Example
White with #5F7A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7A8D; }
p { color: rgb(95,122,141); }
H1.HeaderClassName
{
color: #5F7A8D;
}
.AnyTagClassName
{
color: #5F7A8D;
}
</style>
background-color css
<style>
a { background-color: #5F7A8D; }
a { background-color: rgb(95,122,141); }
div.DivClassName
{
background-color: #5F7A8D;
}
.BgClassName
{
background-color: #5F7A8D;
}
</style>
border-color css
<style>
span { border-color: #5F7A8D; }
span { border-color: rgb(95,122,141); }
td.TdClassName
{
border-color: #5F7A8D;
}
.TagClassName
{
border-color: #5F7A8D;
}
</style>