Shades of Lochinvar #509C85
Tints of Lochinvar #509C85
RGB
CMYK
RGB Variations
Color information
#509C85 (or 0x509C85) is known color: Lochinvar. HEX triplet: 50, 9C and 85. RGB value is (80,156,133). Sum of RGB (Red+Green+Blue) = 80+156+133=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 156 - color contains mainly: green. Hex color #509C85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509C85 is #AF637A. Grayscale: #828282. Windows color (decimal): -11494267 or 8756304. OLE color: 8756304.
HSL color Cylindrical-coordinate representation of color #509C85: hue angle of 161.84º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509C85 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 156 | 133 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.39 |
| HSL | 161.84º | 0.32% | 0.46% | - |
| HSV(B) | 161.84º | 0.49% | 0.61% | - |
| XYZ | 19.43 | 27.18 | 26.41 | - |
| YUV | 130.65 | 129.32 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 133 | 0.49 | 0 | 0.15 | 0.39 | 161.84 | 0.32 | 0.46 |
| Hex | 50 | 9C | 85 | 31 | 0 | F | 27 | A2 | 20 | 2E |
| Octal | 120 | 234 | 205 | 61 | 0 | 17 | 47 | 242 | 40 | 56 |
| Binary | 1010000 | 10011100 | 10000101 | 110001 | 0 | 1111 | 100111 | 10100010 | 100000 | 101110 |
Color Harmonies of #509C85
Complementary color
Monochromatic Colors of #509C85
Black with #509C85
Text Example
Text Example
White with #509C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509C85; }
p { color: rgb(80,156,133); }
H1.HeaderClassName
{
color: #509C85;
}
.AnyTagClassName
{
color: #509C85;
}
</style>
background-color css
<style>
a { background-color: #509C85; }
a { background-color: rgb(80,156,133); }
div.DivClassName
{
background-color: #509C85;
}
.BgClassName
{
background-color: #509C85;
}
</style>
border-color css
<style>
span { border-color: #509C85; }
span { border-color: rgb(80,156,133); }
td.TdClassName
{
border-color: #509C85;
}
.TagClassName
{
border-color: #509C85;
}
</style>