Shades of Lynch #5F7C92
Tints of Lynch #5F7C92
RGB
CMYK
RGB Variations
Color information
#5F7C92 (or 0x5F7C92) is known color: Lynch. HEX triplet: 5F, 7C and 92. RGB value is (95,124,146). Sum of RGB (Red+Green+Blue) = 95+124+146=365 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.03% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 146 - color contains mainly: blue. Hex color #5F7C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7C92 is #A0836D. Grayscale: #757575. Windows color (decimal): -10519406 or 9600095. OLE color: 9600095.
HSL color Cylindrical-coordinate representation of color #5F7C92: hue angle of 205.88º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F7C92 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 95 | 124 | 146 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.43 |
| HSL | 205.88º | 0.21% | 0.47% | - |
| HSV(B) | 205.88º | 0.35% | 0.57% | - |
| XYZ | 17.12 | 18.92 | 29.94 | - |
| YUV | 117.84 | 143.89 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 124 | 146 | 0.35 | 0.15 | 0 | 0.43 | 205.88 | 0.21 | 0.47 |
| Hex | 5F | 7C | 92 | 23 | F | 0 | 2B | CE | 15 | 2F |
| Octal | 137 | 174 | 222 | 43 | 17 | 0 | 53 | 316 | 25 | 57 |
| Binary | 1011111 | 1111100 | 10010010 | 100011 | 1111 | 0 | 101011 | 11001110 | 10101 | 101111 |
Color Harmonies of #5F7C92
Complementary color
Monochromatic Colors of #5F7C92
Black with #5F7C92
Text Example
Text Example
White with #5F7C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7C92; }
p { color: rgb(95,124,146); }
H1.HeaderClassName
{
color: #5F7C92;
}
.AnyTagClassName
{
color: #5F7C92;
}
</style>
background-color css
<style>
a { background-color: #5F7C92; }
a { background-color: rgb(95,124,146); }
div.DivClassName
{
background-color: #5F7C92;
}
.BgClassName
{
background-color: #5F7C92;
}
</style>
border-color css
<style>
span { border-color: #5F7C92; }
span { border-color: rgb(95,124,146); }
td.TdClassName
{
border-color: #5F7C92;
}
.TagClassName
{
border-color: #5F7C92;
}
</style>