Shades of Lochinvar #509F90
Tints of Lochinvar #509F90
RGB
CMYK
RGB Variations
Color information
#509F90 (or 0x509F90) is known color: Lochinvar. HEX triplet: 50, 9F and 90. RGB value is (80,159,144). Sum of RGB (Red+Green+Blue) = 80+159+144=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 159 - color contains mainly: green. Hex color #509F90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509F90 is #AF606F. Grayscale: #858585. Windows color (decimal): -11493488 or 9477968. OLE color: 9477968.
HSL color Cylindrical-coordinate representation of color #509F90: hue angle of 168.61º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #509F90 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 159 | 144 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.38 |
| HSL | 168.61º | 0.33% | 0.47% | - |
| HSV(B) | 168.61º | 0.5% | 0.62% | - |
| XYZ | 20.74 | 28.52 | 30.8 | - |
| YUV | 133.67 | 133.83 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 159 | 144 | 0.50 | 0 | 0.09 | 0.38 | 168.61 | 0.33 | 0.47 |
| Hex | 50 | 9F | 90 | 32 | 0 | 9 | 26 | A9 | 21 | 2F |
| Octal | 120 | 237 | 220 | 62 | 0 | 11 | 46 | 251 | 41 | 57 |
| Binary | 1010000 | 10011111 | 10010000 | 110010 | 0 | 1001 | 100110 | 10101001 | 100001 | 101111 |
Color Harmonies of #509F90
Complementary color
Monochromatic Colors of #509F90
Black with #509F90
Text Example
Text Example
White with #509F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509F90; }
p { color: rgb(80,159,144); }
H1.HeaderClassName
{
color: #509F90;
}
.AnyTagClassName
{
color: #509F90;
}
</style>
background-color css
<style>
a { background-color: #509F90; }
a { background-color: rgb(80,159,144); }
div.DivClassName
{
background-color: #509F90;
}
.BgClassName
{
background-color: #509F90;
}
</style>
border-color css
<style>
span { border-color: #509F90; }
span { border-color: rgb(80,159,144); }
td.TdClassName
{
border-color: #509F90;
}
.TagClassName
{
border-color: #509F90;
}
</style>