Shades of Lochinvar #509283
Tints of Lochinvar #509283
RGB
CMYK
RGB Variations
Color information
#509283 (or 0x509283) is known color: Lochinvar. HEX triplet: 50, 92 and 83. RGB value is (80,146,131). Sum of RGB (Red+Green+Blue) = 80+146+131=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #509283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509283 is #AF6D7C. Grayscale: #7C7C7C. Windows color (decimal): -11496829 or 8622672. OLE color: 8622672.
HSL color Cylindrical-coordinate representation of color #509283: hue angle of 166.36º 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 #509283 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 146 | 131 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.43 |
| HSL | 166.36º | 0.29% | 0.44% | - |
| HSV(B) | 166.36º | 0.45% | 0.57% | - |
| XYZ | 17.68 | 23.9 | 25.15 | - |
| YUV | 124.56 | 131.63 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 146 | 131 | 0.45 | 0 | 0.10 | 0.43 | 166.36 | 0.29 | 0.44 |
| Hex | 50 | 92 | 83 | 2D | 0 | A | 2B | A6 | 1D | 2C |
| Octal | 120 | 222 | 203 | 55 | 0 | 12 | 53 | 246 | 35 | 54 |
| Binary | 1010000 | 10010010 | 10000011 | 101101 | 0 | 1010 | 101011 | 10100110 | 11101 | 101100 |
Color Harmonies of #509283
Complementary color
Monochromatic Colors of #509283
Black with #509283
Text Example
Text Example
White with #509283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509283; }
p { color: rgb(80,146,131); }
H1.HeaderClassName
{
color: #509283;
}
.AnyTagClassName
{
color: #509283;
}
</style>
background-color css
<style>
a { background-color: #509283; }
a { background-color: rgb(80,146,131); }
div.DivClassName
{
background-color: #509283;
}
.BgClassName
{
background-color: #509283;
}
</style>
border-color css
<style>
span { border-color: #509283; }
span { border-color: rgb(80,146,131); }
td.TdClassName
{
border-color: #509283;
}
.TagClassName
{
border-color: #509283;
}
</style>