Shades of Lochinvar #509C89
Tints of Lochinvar #509C89
RGB
CMYK
RGB Variations
Color information
#509C89 (or 0x509C89) is known color: Lochinvar. HEX triplet: 50, 9C and 89. RGB value is (80,156,137). Sum of RGB (Red+Green+Blue) = 80+156+137=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 156 (61.33% from 255 or 41.82% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 156 - color contains mainly: green. Hex color #509C89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509C89 is #AF6376. Grayscale: #838383. Windows color (decimal): -11494263 or 9018448. OLE color: 9018448.
HSL color Cylindrical-coordinate representation of color #509C89: hue angle of 165º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509C89 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 156 | 137 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.39 |
| HSL | 165º | 0.32% | 0.46% | - |
| HSV(B) | 165º | 0.49% | 0.61% | - |
| XYZ | 19.71 | 27.29 | 27.9 | - |
| YUV | 131.11 | 131.32 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 137 | 0.49 | 0 | 0.12 | 0.39 | 165 | 0.32 | 0.46 |
| Hex | 50 | 9C | 89 | 31 | 0 | C | 27 | A5 | 20 | 2E |
| Octal | 120 | 234 | 211 | 61 | 0 | 14 | 47 | 245 | 40 | 56 |
| Binary | 1010000 | 10011100 | 10001001 | 110001 | 0 | 1100 | 100111 | 10100101 | 100000 | 101110 |
Color Harmonies of #509C89
Complementary color
Monochromatic Colors of #509C89
Black with #509C89
Text Example
Text Example
White with #509C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509C89; }
p { color: rgb(80,156,137); }
H1.HeaderClassName
{
color: #509C89;
}
.AnyTagClassName
{
color: #509C89;
}
</style>
background-color css
<style>
a { background-color: #509C89; }
a { background-color: rgb(80,156,137); }
div.DivClassName
{
background-color: #509C89;
}
.BgClassName
{
background-color: #509C89;
}
</style>
border-color css
<style>
span { border-color: #509C89; }
span { border-color: rgb(80,156,137); }
td.TdClassName
{
border-color: #509C89;
}
.TagClassName
{
border-color: #509C89;
}
</style>