Shades of Lochinvar #509B84
Tints of Lochinvar #509B84
RGB
CMYK
RGB Variations
Color information
#509B84 (or 0x509B84) is known color: Lochinvar. HEX triplet: 50, 9B and 84. RGB value is (80,155,132). Sum of RGB (Red+Green+Blue) = 80+155+132=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 155 - color contains mainly: green. Hex color #509B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509B84 is #AF647B. Grayscale: #818181. Windows color (decimal): -11494524 or 8690512. OLE color: 8690512.
HSL color Cylindrical-coordinate representation of color #509B84: hue angle of 161.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509B84 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 155 | 132 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.39 |
| HSL | 161.6º | 0.32% | 0.46% | - |
| HSV(B) | 161.6º | 0.48% | 0.61% | - |
| XYZ | 19.19 | 26.81 | 25.99 | - |
| YUV | 129.95 | 129.15 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 132 | 0.48 | 0 | 0.15 | 0.39 | 161.6 | 0.32 | 0.46 |
| Hex | 50 | 9B | 84 | 30 | 0 | F | 27 | A2 | 20 | 2E |
| Octal | 120 | 233 | 204 | 60 | 0 | 17 | 47 | 242 | 40 | 56 |
| Binary | 1010000 | 10011011 | 10000100 | 110000 | 0 | 1111 | 100111 | 10100010 | 100000 | 101110 |
Color Harmonies of #509B84
Complementary color
Monochromatic Colors of #509B84
Black with #509B84
Text Example
Text Example
White with #509B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509B84; }
p { color: rgb(80,155,132); }
H1.HeaderClassName
{
color: #509B84;
}
.AnyTagClassName
{
color: #509B84;
}
</style>
background-color css
<style>
a { background-color: #509B84; }
a { background-color: rgb(80,155,132); }
div.DivClassName
{
background-color: #509B84;
}
.BgClassName
{
background-color: #509B84;
}
</style>
border-color css
<style>
span { border-color: #509B84; }
span { border-color: rgb(80,155,132); }
td.TdClassName
{
border-color: #509B84;
}
.TagClassName
{
border-color: #509B84;
}
</style>