Shades of Lochinvar #509C92
Tints of Lochinvar #509C92
RGB
CMYK
RGB Variations
Color information
#509C92 (or 0x509C92) is known color: Lochinvar. HEX triplet: 50, 9C and 92. RGB value is (80,156,146). Sum of RGB (Red+Green+Blue) = 80+156+146=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 156 - color contains mainly: green. Hex color #509C92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509C92 is #AF636D. Grayscale: #848484. Windows color (decimal): -11494254 or 9608272. OLE color: 9608272.
HSL color Cylindrical-coordinate representation of color #509C92: hue angle of 172.11º 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 #509C92 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 156 | 146 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.39 |
| HSL | 172.11º | 0.32% | 0.46% | - |
| HSV(B) | 172.11º | 0.49% | 0.61% | - |
| XYZ | 20.39 | 27.56 | 31.44 | - |
| YUV | 132.14 | 135.82 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 146 | 0.49 | 0 | 0.06 | 0.39 | 172.11 | 0.32 | 0.46 |
| Hex | 50 | 9C | 92 | 31 | 0 | 6 | 27 | AC | 20 | 2E |
| Octal | 120 | 234 | 222 | 61 | 0 | 6 | 47 | 254 | 40 | 56 |
| Binary | 1010000 | 10011100 | 10010010 | 110001 | 0 | 110 | 100111 | 10101100 | 100000 | 101110 |
Color Harmonies of #509C92
Complementary color
Monochromatic Colors of #509C92
Black with #509C92
Text Example
Text Example
White with #509C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509C92; }
p { color: rgb(80,156,146); }
H1.HeaderClassName
{
color: #509C92;
}
.AnyTagClassName
{
color: #509C92;
}
</style>
background-color css
<style>
a { background-color: #509C92; }
a { background-color: rgb(80,156,146); }
div.DivClassName
{
background-color: #509C92;
}
.BgClassName
{
background-color: #509C92;
}
</style>
border-color css
<style>
span { border-color: #509C92; }
span { border-color: rgb(80,156,146); }
td.TdClassName
{
border-color: #509C92;
}
.TagClassName
{
border-color: #509C92;
}
</style>