Shades of Lynch #5F788D
Tints of Lynch #5F788D
RGB
CMYK
RGB Variations
Color information
#5F788D (or 0x5F788D) is known color: Lynch. HEX triplet: 5F, 78 and 8D. RGB value is (95,120,141). Sum of RGB (Red+Green+Blue) = 95+120+141=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 141 - color contains mainly: blue. Hex color #5F788D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F788D is #A08772. Grayscale: #727272. Windows color (decimal): -10520435 or 9271391. OLE color: 9271391.
HSL color Cylindrical-coordinate representation of color #5F788D: hue angle of 207.39º 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 #5F788D is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 120 | 141 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.45 |
| HSL | 207.39º | 0.19% | 0.46% | - |
| HSV(B) | 207.39º | 0.33% | 0.55% | - |
| XYZ | 16.24 | 17.79 | 27.78 | - |
| YUV | 114.92 | 142.72 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 120 | 141 | 0.33 | 0.15 | 0 | 0.45 | 207.39 | 0.19 | 0.46 |
| Hex | 5F | 78 | 8D | 21 | F | 0 | 2D | CF | 13 | 2E |
| Octal | 137 | 170 | 215 | 41 | 17 | 0 | 55 | 317 | 23 | 56 |
| Binary | 1011111 | 1111000 | 10001101 | 100001 | 1111 | 0 | 101101 | 11001111 | 10011 | 101110 |
Color Harmonies of #5F788D
Complementary color
Monochromatic Colors of #5F788D
Black with #5F788D
Text Example
Text Example
White with #5F788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F788D; }
p { color: rgb(95,120,141); }
H1.HeaderClassName
{
color: #5F788D;
}
.AnyTagClassName
{
color: #5F788D;
}
</style>
background-color css
<style>
a { background-color: #5F788D; }
a { background-color: rgb(95,120,141); }
div.DivClassName
{
background-color: #5F788D;
}
.BgClassName
{
background-color: #5F788D;
}
</style>
border-color css
<style>
span { border-color: #5F788D; }
span { border-color: rgb(95,120,141); }
td.TdClassName
{
border-color: #5F788D;
}
.TagClassName
{
border-color: #5F788D;
}
</style>