Shades of Lochinvar #509180
Tints of Lochinvar #509180
RGB
CMYK
RGB Variations
Color information
#509180 (or 0x509180) is known color: Lochinvar. HEX triplet: 50, 91 and 80. RGB value is (80,145,128). Sum of RGB (Red+Green+Blue) = 80+145+128=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 145 - color contains mainly: green. Hex color #509180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509180 is #AF6E7F. Grayscale: #7B7B7B. Windows color (decimal): -11497088 or 8425808. OLE color: 8425808.
HSL color Cylindrical-coordinate representation of color #509180: hue angle of 164.31º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #509180 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 145 | 128 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.43 |
| HSL | 164.31º | 0.29% | 0.44% | - |
| HSV(B) | 164.31º | 0.45% | 0.57% | - |
| XYZ | 17.33 | 23.51 | 24.05 | - |
| YUV | 123.63 | 130.47 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 145 | 128 | 0.45 | 0 | 0.12 | 0.43 | 164.31 | 0.29 | 0.44 |
| Hex | 50 | 91 | 80 | 2D | 0 | C | 2B | A4 | 1D | 2C |
| Octal | 120 | 221 | 200 | 55 | 0 | 14 | 53 | 244 | 35 | 54 |
| Binary | 1010000 | 10010001 | 10000000 | 101101 | 0 | 1100 | 101011 | 10100100 | 11101 | 101100 |
Color Harmonies of #509180
Complementary color
Monochromatic Colors of #509180
Black with #509180
Text Example
Text Example
White with #509180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509180; }
p { color: rgb(80,145,128); }
H1.HeaderClassName
{
color: #509180;
}
.AnyTagClassName
{
color: #509180;
}
</style>
background-color css
<style>
a { background-color: #509180; }
a { background-color: rgb(80,145,128); }
div.DivClassName
{
background-color: #509180;
}
.BgClassName
{
background-color: #509180;
}
</style>
border-color css
<style>
span { border-color: #509180; }
span { border-color: rgb(80,145,128); }
td.TdClassName
{
border-color: #509180;
}
.TagClassName
{
border-color: #509180;
}
</style>