Shades of Lochinvar #509288
Tints of Lochinvar #509288
RGB
CMYK
RGB Variations
Color information
#509288 (or 0x509288) is known color: Lochinvar. HEX triplet: 50, 92 and 88. RGB value is (80,146,136). Sum of RGB (Red+Green+Blue) = 80+146+136=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 146 - color contains mainly: green. Hex color #509288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509288 is #AF6D77. Grayscale: #7D7D7D. Windows color (decimal): -11496824 or 8950352. OLE color: 8950352.
HSL color Cylindrical-coordinate representation of color #509288: hue angle of 170.91º 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 #509288 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 146 | 136 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.43 |
| HSL | 170.91º | 0.29% | 0.44% | - |
| HSV(B) | 170.91º | 0.45% | 0.57% | - |
| XYZ | 18.03 | 24.04 | 26.98 | - |
| YUV | 125.13 | 134.13 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 146 | 136 | 0.45 | 0 | 0.07 | 0.43 | 170.91 | 0.29 | 0.44 |
| Hex | 50 | 92 | 88 | 2D | 0 | 7 | 2B | AB | 1D | 2C |
| Octal | 120 | 222 | 210 | 55 | 0 | 7 | 53 | 253 | 35 | 54 |
| Binary | 1010000 | 10010010 | 10001000 | 101101 | 0 | 111 | 101011 | 10101011 | 11101 | 101100 |
Color Harmonies of #509288
Complementary color
Monochromatic Colors of #509288
Black with #509288
Text Example
Text Example
White with #509288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509288; }
p { color: rgb(80,146,136); }
H1.HeaderClassName
{
color: #509288;
}
.AnyTagClassName
{
color: #509288;
}
</style>
background-color css
<style>
a { background-color: #509288; }
a { background-color: rgb(80,146,136); }
div.DivClassName
{
background-color: #509288;
}
.BgClassName
{
background-color: #509288;
}
</style>
border-color css
<style>
span { border-color: #509288; }
span { border-color: rgb(80,146,136); }
td.TdClassName
{
border-color: #509288;
}
.TagClassName
{
border-color: #509288;
}
</style>