Shades of Lochinvar #5B8B86
Tints of Lochinvar #5B8B86
RGB
CMYK
RGB Variations
Color information
#5B8B86 (or 0x5B8B86) is known color: Lochinvar. HEX triplet: 5B, 8B and 86. RGB value is (91,139,134). Sum of RGB (Red+Green+Blue) = 91+139+134=364 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 139 - color contains mainly: green. Hex color #5B8B86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8B86 is #A47479. Grayscale: #7C7C7C. Windows color (decimal): -10777722 or 8817499. OLE color: 8817499.
HSL color Cylindrical-coordinate representation of color #5B8B86: hue angle of 173.75º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B8B86 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 91 | 139 | 134 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.45 |
| HSL | 173.75º | 0.21% | 0.45% | - |
| HSV(B) | 173.75º | 0.35% | 0.55% | - |
| XYZ | 17.85 | 22.41 | 25.94 | - |
| YUV | 124.08 | 133.6 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 139 | 134 | 0.35 | 0 | 0.04 | 0.45 | 173.75 | 0.21 | 0.45 |
| Hex | 5B | 8B | 86 | 23 | 0 | 4 | 2D | AE | 15 | 2D |
| Octal | 133 | 213 | 206 | 43 | 0 | 4 | 55 | 256 | 25 | 55 |
| Binary | 1011011 | 10001011 | 10000110 | 100011 | 0 | 100 | 101101 | 10101110 | 10101 | 101101 |
Color Harmonies of #5B8B86
Complementary color
Monochromatic Colors of #5B8B86
Black with #5B8B86
Text Example
Text Example
White with #5B8B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8B86; }
p { color: rgb(91,139,134); }
H1.HeaderClassName
{
color: #5B8B86;
}
.AnyTagClassName
{
color: #5B8B86;
}
</style>
background-color css
<style>
a { background-color: #5B8B86; }
a { background-color: rgb(91,139,134); }
div.DivClassName
{
background-color: #5B8B86;
}
.BgClassName
{
background-color: #5B8B86;
}
</style>
border-color css
<style>
span { border-color: #5B8B86; }
span { border-color: rgb(91,139,134); }
td.TdClassName
{
border-color: #5B8B86;
}
.TagClassName
{
border-color: #5B8B86;
}
</style>