Shades of Lynch #5B7B90
Tints of Lynch #5B7B90
RGB
CMYK
RGB Variations
Color information
#5B7B90 (or 0x5B7B90) is known color: Lynch. HEX triplet: 5B, 7B and 90. RGB value is (91,123,144). Sum of RGB (Red+Green+Blue) = 91+123+144=358 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.42% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 144 - color contains mainly: blue. Hex color #5B7B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7B90 is #A4846F. Grayscale: #737373. Windows color (decimal): -10781808 or 9468763. OLE color: 9468763.
HSL color Cylindrical-coordinate representation of color #5B7B90: hue angle of 203.77º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B7B90 is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 123 | 144 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.44 |
| HSL | 203.77º | 0.23% | 0.46% | - |
| HSV(B) | 203.77º | 0.37% | 0.56% | - |
| XYZ | 16.43 | 18.4 | 29.07 | - |
| YUV | 115.83 | 143.9 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 123 | 144 | 0.37 | 0.15 | 0 | 0.44 | 203.77 | 0.23 | 0.46 |
| Hex | 5B | 7B | 90 | 25 | F | 0 | 2C | CC | 17 | 2E |
| Octal | 133 | 173 | 220 | 45 | 17 | 0 | 54 | 314 | 27 | 56 |
| Binary | 1011011 | 1111011 | 10010000 | 100101 | 1111 | 0 | 101100 | 11001100 | 10111 | 101110 |
Color Harmonies of #5B7B90
Complementary color
Monochromatic Colors of #5B7B90
Black with #5B7B90
Text Example
Text Example
White with #5B7B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7B90; }
p { color: rgb(91,123,144); }
H1.HeaderClassName
{
color: #5B7B90;
}
.AnyTagClassName
{
color: #5B7B90;
}
</style>
background-color css
<style>
a { background-color: #5B7B90; }
a { background-color: rgb(91,123,144); }
div.DivClassName
{
background-color: #5B7B90;
}
.BgClassName
{
background-color: #5B7B90;
}
</style>
border-color css
<style>
span { border-color: #5B7B90; }
span { border-color: rgb(91,123,144); }
td.TdClassName
{
border-color: #5B7B90;
}
.TagClassName
{
border-color: #5B7B90;
}
</style>