Shades of Lochinvar #5A8E88
Tints of Lochinvar #5A8E88
RGB
CMYK
RGB Variations
Color information
#5A8E88 (or 0x5A8E88) is known color: Lochinvar. HEX triplet: 5A, 8E and 88. RGB value is (90,142,136). Sum of RGB (Red+Green+Blue) = 90+142+136=368 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.46% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 142 - color contains mainly: green. Hex color #5A8E88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8E88 is #A57177. Grayscale: #7D7D7D. Windows color (decimal): -10842488 or 8949338. OLE color: 8949338.
HSL color Cylindrical-coordinate representation of color #5A8E88: hue angle of 173.08º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A8E88 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 142 | 136 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.44 |
| HSL | 173.08º | 0.22% | 0.45% | - |
| HSV(B) | 173.08º | 0.37% | 0.56% | - |
| XYZ | 18.33 | 23.3 | 26.82 | - |
| YUV | 125.77 | 133.77 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 142 | 136 | 0.37 | 0 | 0.04 | 0.44 | 173.08 | 0.22 | 0.45 |
| Hex | 5A | 8E | 88 | 25 | 0 | 4 | 2C | AD | 16 | 2D |
| Octal | 132 | 216 | 210 | 45 | 0 | 4 | 54 | 255 | 26 | 55 |
| Binary | 1011010 | 10001110 | 10001000 | 100101 | 0 | 100 | 101100 | 10101101 | 10110 | 101101 |
Color Harmonies of #5A8E88
Complementary color
Monochromatic Colors of #5A8E88
Black with #5A8E88
Text Example
Text Example
White with #5A8E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8E88; }
p { color: rgb(90,142,136); }
H1.HeaderClassName
{
color: #5A8E88;
}
.AnyTagClassName
{
color: #5A8E88;
}
</style>
background-color css
<style>
a { background-color: #5A8E88; }
a { background-color: rgb(90,142,136); }
div.DivClassName
{
background-color: #5A8E88;
}
.BgClassName
{
background-color: #5A8E88;
}
</style>
border-color css
<style>
span { border-color: #5A8E88; }
span { border-color: rgb(90,142,136); }
td.TdClassName
{
border-color: #5A8E88;
}
.TagClassName
{
border-color: #5A8E88;
}
</style>