Shades of Lynch #5F798D
Tints of Lynch #5F798D
RGB
CMYK
RGB Variations
Color information
#5F798D (or 0x5F798D) is known color: Lynch. HEX triplet: 5F, 79 and 8D. RGB value is (95,121,141). Sum of RGB (Red+Green+Blue) = 95+121+141=357 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.61% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 141 - color contains mainly: blue. Hex color #5F798D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F798D is #A08672. Grayscale: #737373. Windows color (decimal): -10520179 or 9271647. OLE color: 9271647.
HSL color Cylindrical-coordinate representation of color #5F798D: hue angle of 206.09º 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 #5F798D is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 121 | 141 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.45 |
| HSL | 206.09º | 0.19% | 0.46% | - |
| HSV(B) | 206.09º | 0.33% | 0.55% | - |
| XYZ | 16.36 | 18.03 | 27.82 | - |
| YUV | 115.51 | 142.39 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 121 | 141 | 0.33 | 0.14 | 0 | 0.45 | 206.09 | 0.19 | 0.46 |
| Hex | 5F | 79 | 8D | 21 | E | 0 | 2D | CE | 13 | 2E |
| Octal | 137 | 171 | 215 | 41 | 16 | 0 | 55 | 316 | 23 | 56 |
| Binary | 1011111 | 1111001 | 10001101 | 100001 | 1110 | 0 | 101101 | 11001110 | 10011 | 101110 |
Color Harmonies of #5F798D
Complementary color
Monochromatic Colors of #5F798D
Black with #5F798D
Text Example
Text Example
White with #5F798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F798D; }
p { color: rgb(95,121,141); }
H1.HeaderClassName
{
color: #5F798D;
}
.AnyTagClassName
{
color: #5F798D;
}
</style>
background-color css
<style>
a { background-color: #5F798D; }
a { background-color: rgb(95,121,141); }
div.DivClassName
{
background-color: #5F798D;
}
.BgClassName
{
background-color: #5F798D;
}
</style>
border-color css
<style>
span { border-color: #5F798D; }
span { border-color: rgb(95,121,141); }
td.TdClassName
{
border-color: #5F798D;
}
.TagClassName
{
border-color: #5F798D;
}
</style>