Shades of Lynch #5A7D94
Tints of Lynch #5A7D94
RGB
CMYK
RGB Variations
Color information
#5A7D94 (or 0x5A7D94) is known color: Lynch. HEX triplet: 5A, 7D and 94. RGB value is (90,125,148). Sum of RGB (Red+Green+Blue) = 90+125+148=363 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.79% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 148 - color contains mainly: blue. Hex color #5A7D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7D94 is #A5826B. Grayscale: #757575. Windows color (decimal): -10846828 or 9731418. OLE color: 9731418.
HSL color Cylindrical-coordinate representation of color #5A7D94: hue angle of 203.79º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A7D94 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 125 | 148 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.42 |
| HSL | 203.79º | 0.24% | 0.47% | - |
| HSV(B) | 203.79º | 0.39% | 0.58% | - |
| XYZ | 16.9 | 18.98 | 30.79 | - |
| YUV | 117.16 | 145.4 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 125 | 148 | 0.39 | 0.16 | 0 | 0.42 | 203.79 | 0.24 | 0.47 |
| Hex | 5A | 7D | 94 | 27 | 10 | 0 | 2A | CC | 18 | 2F |
| Octal | 132 | 175 | 224 | 47 | 20 | 0 | 52 | 314 | 30 | 57 |
| Binary | 1011010 | 1111101 | 10010100 | 100111 | 10000 | 0 | 101010 | 11001100 | 11000 | 101111 |
Color Harmonies of #5A7D94
Complementary color
Monochromatic Colors of #5A7D94
Black with #5A7D94
Text Example
Text Example
White with #5A7D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7D94; }
p { color: rgb(90,125,148); }
H1.HeaderClassName
{
color: #5A7D94;
}
.AnyTagClassName
{
color: #5A7D94;
}
</style>
background-color css
<style>
a { background-color: #5A7D94; }
a { background-color: rgb(90,125,148); }
div.DivClassName
{
background-color: #5A7D94;
}
.BgClassName
{
background-color: #5A7D94;
}
</style>
border-color css
<style>
span { border-color: #5A7D94; }
span { border-color: rgb(90,125,148); }
td.TdClassName
{
border-color: #5A7D94;
}
.TagClassName
{
border-color: #5A7D94;
}
</style>