Shades of Lochinvar #5A8B86
Tints of Lochinvar #5A8B86
RGB
CMYK
RGB Variations
Color information
#5A8B86 (or 0x5A8B86) is known color: Lochinvar. HEX triplet: 5A, 8B and 86. RGB value is (90,139,134). Sum of RGB (Red+Green+Blue) = 90+139+134=363 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.79% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 139 - color contains mainly: green. Hex color #5A8B86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8B86 is #A57479. Grayscale: #7B7B7B. Windows color (decimal): -10843258 or 8817498. OLE color: 8817498.
HSL color Cylindrical-coordinate representation of color #5A8B86: hue angle of 173.88º 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 #5A8B86 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 139 | 134 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.45 |
| HSL | 173.88º | 0.21% | 0.45% | - |
| HSV(B) | 173.88º | 0.35% | 0.55% | - |
| XYZ | 17.75 | 22.36 | 25.93 | - |
| YUV | 123.78 | 133.77 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 139 | 134 | 0.35 | 0 | 0.04 | 0.45 | 173.88 | 0.21 | 0.45 |
| Hex | 5A | 8B | 86 | 23 | 0 | 4 | 2D | AE | 15 | 2D |
| Octal | 132 | 213 | 206 | 43 | 0 | 4 | 55 | 256 | 25 | 55 |
| Binary | 1011010 | 10001011 | 10000110 | 100011 | 0 | 100 | 101101 | 10101110 | 10101 | 101101 |
Color Harmonies of #5A8B86
Complementary color
Monochromatic Colors of #5A8B86
Black with #5A8B86
Text Example
Text Example
White with #5A8B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8B86; }
p { color: rgb(90,139,134); }
H1.HeaderClassName
{
color: #5A8B86;
}
.AnyTagClassName
{
color: #5A8B86;
}
</style>
background-color css
<style>
a { background-color: #5A8B86; }
a { background-color: rgb(90,139,134); }
div.DivClassName
{
background-color: #5A8B86;
}
.BgClassName
{
background-color: #5A8B86;
}
</style>
border-color css
<style>
span { border-color: #5A8B86; }
span { border-color: rgb(90,139,134); }
td.TdClassName
{
border-color: #5A8B86;
}
.TagClassName
{
border-color: #5A8B86;
}
</style>