Shades of Lochinvar #509889
Tints of Lochinvar #509889
RGB
CMYK
RGB Variations
Color information
#509889 (or 0x509889) is known color: Lochinvar. HEX triplet: 50, 98 and 89. RGB value is (80,152,137). Sum of RGB (Red+Green+Blue) = 80+152+137=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 152 - color contains mainly: green. Hex color #509889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509889 is #AF6776. Grayscale: #808080. Windows color (decimal): -11495287 or 9017424. OLE color: 9017424.
HSL color Cylindrical-coordinate representation of color #509889: hue angle of 167.5º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509889 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 152 | 137 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.40 |
| HSL | 167.5º | 0.31% | 0.45% | - |
| HSV(B) | 167.5º | 0.47% | 0.6% | - |
| XYZ | 19.05 | 25.97 | 27.68 | - |
| YUV | 128.76 | 132.65 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 152 | 137 | 0.47 | 0 | 0.10 | 0.40 | 167.5 | 0.31 | 0.45 |
| Hex | 50 | 98 | 89 | 2F | 0 | A | 28 | A8 | 1F | 2D |
| Octal | 120 | 230 | 211 | 57 | 0 | 12 | 50 | 250 | 37 | 55 |
| Binary | 1010000 | 10011000 | 10001001 | 101111 | 0 | 1010 | 101000 | 10101000 | 11111 | 101101 |
Color Harmonies of #509889
Complementary color
Monochromatic Colors of #509889
Black with #509889
Text Example
Text Example
White with #509889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509889; }
p { color: rgb(80,152,137); }
H1.HeaderClassName
{
color: #509889;
}
.AnyTagClassName
{
color: #509889;
}
</style>
background-color css
<style>
a { background-color: #509889; }
a { background-color: rgb(80,152,137); }
div.DivClassName
{
background-color: #509889;
}
.BgClassName
{
background-color: #509889;
}
</style>
border-color css
<style>
span { border-color: #509889; }
span { border-color: rgb(80,152,137); }
td.TdClassName
{
border-color: #509889;
}
.TagClassName
{
border-color: #509889;
}
</style>