Shades of Lochinvar #509183
Tints of Lochinvar #509183
RGB
CMYK
RGB Variations
Color information
#509183 (or 0x509183) is known color: Lochinvar. HEX triplet: 50, 91 and 83. RGB value is (80,145,131). Sum of RGB (Red+Green+Blue) = 80+145+131=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #509183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509183 is #AF6E7C. Grayscale: #7B7B7B. Windows color (decimal): -11497085 or 8622416. OLE color: 8622416.
HSL color Cylindrical-coordinate representation of color #509183: hue angle of 167.08º 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 #509183 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 145 | 131 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.43 |
| HSL | 167.08º | 0.29% | 0.44% | - |
| HSV(B) | 167.08º | 0.45% | 0.57% | - |
| XYZ | 17.53 | 23.59 | 25.1 | - |
| YUV | 123.97 | 131.97 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 145 | 131 | 0.45 | 0 | 0.10 | 0.43 | 167.08 | 0.29 | 0.44 |
| Hex | 50 | 91 | 83 | 2D | 0 | A | 2B | A7 | 1D | 2C |
| Octal | 120 | 221 | 203 | 55 | 0 | 12 | 53 | 247 | 35 | 54 |
| Binary | 1010000 | 10010001 | 10000011 | 101101 | 0 | 1010 | 101011 | 10100111 | 11101 | 101100 |
Color Harmonies of #509183
Complementary color
Monochromatic Colors of #509183
Black with #509183
Text Example
Text Example
White with #509183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509183; }
p { color: rgb(80,145,131); }
H1.HeaderClassName
{
color: #509183;
}
.AnyTagClassName
{
color: #509183;
}
</style>
background-color css
<style>
a { background-color: #509183; }
a { background-color: rgb(80,145,131); }
div.DivClassName
{
background-color: #509183;
}
.BgClassName
{
background-color: #509183;
}
</style>
border-color css
<style>
span { border-color: #509183; }
span { border-color: rgb(80,145,131); }
td.TdClassName
{
border-color: #509183;
}
.TagClassName
{
border-color: #509183;
}
</style>