Shades of Lochinvar #5A918A
Tints of Lochinvar #5A918A
RGB
CMYK
RGB Variations
Color information
#5A918A (or 0x5A918A) is known color: Lochinvar. HEX triplet: 5A, 91 and 8A. RGB value is (90,145,138). Sum of RGB (Red+Green+Blue) = 90+145+138=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 145 - color contains mainly: green. Hex color #5A918A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A918A is #A56E75. Grayscale: #7F7F7F. Windows color (decimal): -10841718 or 9081178. OLE color: 9081178.
HSL color Cylindrical-coordinate representation of color #5A918A: hue angle of 172.36º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A918A is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 145 | 138 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.43 |
| HSL | 172.36º | 0.23% | 0.46% | - |
| HSV(B) | 172.36º | 0.38% | 0.57% | - |
| XYZ | 18.93 | 24.26 | 27.73 | - |
| YUV | 127.76 | 133.78 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 145 | 138 | 0.38 | 0 | 0.05 | 0.43 | 172.36 | 0.23 | 0.46 |
| Hex | 5A | 91 | 8A | 26 | 0 | 5 | 2B | AC | 17 | 2E |
| Octal | 132 | 221 | 212 | 46 | 0 | 5 | 53 | 254 | 27 | 56 |
| Binary | 1011010 | 10010001 | 10001010 | 100110 | 0 | 101 | 101011 | 10101100 | 10111 | 101110 |
Color Harmonies of #5A918A
Complementary color
Monochromatic Colors of #5A918A
Black with #5A918A
Text Example
Text Example
White with #5A918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A918A; }
p { color: rgb(90,145,138); }
H1.HeaderClassName
{
color: #5A918A;
}
.AnyTagClassName
{
color: #5A918A;
}
</style>
background-color css
<style>
a { background-color: #5A918A; }
a { background-color: rgb(90,145,138); }
div.DivClassName
{
background-color: #5A918A;
}
.BgClassName
{
background-color: #5A918A;
}
</style>
border-color css
<style>
span { border-color: #5A918A; }
span { border-color: rgb(90,145,138); }
td.TdClassName
{
border-color: #5A918A;
}
.TagClassName
{
border-color: #5A918A;
}
</style>