Shades of Lochinvar #509083
Tints of Lochinvar #509083
RGB
CMYK
RGB Variations
Color information
#509083 (or 0x509083) is known color: Lochinvar. HEX triplet: 50, 90 and 83. RGB value is (80,144,131). Sum of RGB (Red+Green+Blue) = 80+144+131=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 144 - color contains mainly: green. Hex color #509083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509083 is #AF6F7C. Grayscale: #7B7B7B. Windows color (decimal): -11497341 or 8622160. OLE color: 8622160.
HSL color Cylindrical-coordinate representation of color #509083: hue angle of 167.81º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #509083 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 144 | 131 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.44 |
| HSL | 167.81º | 0.29% | 0.44% | - |
| HSV(B) | 167.81º | 0.44% | 0.56% | - |
| XYZ | 17.38 | 23.29 | 25.05 | - |
| YUV | 123.38 | 132.3 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 144 | 131 | 0.44 | 0 | 0.09 | 0.44 | 167.81 | 0.29 | 0.44 |
| Hex | 50 | 90 | 83 | 2C | 0 | 9 | 2C | A8 | 1D | 2C |
| Octal | 120 | 220 | 203 | 54 | 0 | 11 | 54 | 250 | 35 | 54 |
| Binary | 1010000 | 10010000 | 10000011 | 101100 | 0 | 1001 | 101100 | 10101000 | 11101 | 101100 |
Color Harmonies of #509083
Complementary color
Monochromatic Colors of #509083
Black with #509083
Text Example
Text Example
White with #509083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509083; }
p { color: rgb(80,144,131); }
H1.HeaderClassName
{
color: #509083;
}
.AnyTagClassName
{
color: #509083;
}
</style>
background-color css
<style>
a { background-color: #509083; }
a { background-color: rgb(80,144,131); }
div.DivClassName
{
background-color: #509083;
}
.BgClassName
{
background-color: #509083;
}
</style>
border-color css
<style>
span { border-color: #509083; }
span { border-color: rgb(80,144,131); }
td.TdClassName
{
border-color: #509083;
}
.TagClassName
{
border-color: #509083;
}
</style>