Shades of Lynch #5B768A
Tints of Lynch #5B768A
RGB
CMYK
RGB Variations
Color information
#5B768A (or 0x5B768A) is known color: Lynch. HEX triplet: 5B, 76 and 8A. RGB value is (91,118,138). Sum of RGB (Red+Green+Blue) = 91+118+138=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 138 - color contains mainly: blue. Hex color #5B768A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B768A is #A48975. Grayscale: #707070. Windows color (decimal): -10783094 or 9074267. OLE color: 9074267.
HSL color Cylindrical-coordinate representation of color #5B768A: hue angle of 205.53º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B768A is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 91 | 118 | 138 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.46 |
| HSL | 205.53º | 0.21% | 0.45% | - |
| HSV(B) | 205.53º | 0.34% | 0.54% | - |
| XYZ | 15.38 | 17.02 | 26.52 | - |
| YUV | 112.21 | 142.55 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 118 | 138 | 0.34 | 0.14 | 0 | 0.46 | 205.53 | 0.21 | 0.45 |
| Hex | 5B | 76 | 8A | 22 | E | 0 | 2E | CE | 15 | 2D |
| Octal | 133 | 166 | 212 | 42 | 16 | 0 | 56 | 316 | 25 | 55 |
| Binary | 1011011 | 1110110 | 10001010 | 100010 | 1110 | 0 | 101110 | 11001110 | 10101 | 101101 |
Color Harmonies of #5B768A
Complementary color
Monochromatic Colors of #5B768A
Black with #5B768A
Text Example
Text Example
White with #5B768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B768A; }
p { color: rgb(91,118,138); }
H1.HeaderClassName
{
color: #5B768A;
}
.AnyTagClassName
{
color: #5B768A;
}
</style>
background-color css
<style>
a { background-color: #5B768A; }
a { background-color: rgb(91,118,138); }
div.DivClassName
{
background-color: #5B768A;
}
.BgClassName
{
background-color: #5B768A;
}
</style>
border-color css
<style>
span { border-color: #5B768A; }
span { border-color: rgb(91,118,138); }
td.TdClassName
{
border-color: #5B768A;
}
.TagClassName
{
border-color: #5B768A;
}
</style>