Shades of Lochinvar #509B88
Tints of Lochinvar #509B88
RGB
CMYK
RGB Variations
Color information
#509B88 (or 0x509B88) is known color: Lochinvar. HEX triplet: 50, 9B and 88. RGB value is (80,155,136). Sum of RGB (Red+Green+Blue) = 80+155+136=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 155 - color contains mainly: green. Hex color #509B88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509B88 is #AF6477. Grayscale: #828282. Windows color (decimal): -11494520 or 8952656. OLE color: 8952656.
HSL color Cylindrical-coordinate representation of color #509B88: hue angle of 164.8º 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 #509B88 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 155 | 136 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.39 |
| HSL | 164.8º | 0.32% | 0.46% | - |
| HSV(B) | 164.8º | 0.48% | 0.61% | - |
| XYZ | 19.47 | 26.93 | 27.46 | - |
| YUV | 130.41 | 131.15 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 136 | 0.48 | 0 | 0.12 | 0.39 | 164.8 | 0.32 | 0.46 |
| Hex | 50 | 9B | 88 | 30 | 0 | C | 27 | A5 | 20 | 2E |
| Octal | 120 | 233 | 210 | 60 | 0 | 14 | 47 | 245 | 40 | 56 |
| Binary | 1010000 | 10011011 | 10001000 | 110000 | 0 | 1100 | 100111 | 10100101 | 100000 | 101110 |
Color Harmonies of #509B88
Complementary color
Monochromatic Colors of #509B88
Black with #509B88
Text Example
Text Example
White with #509B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509B88; }
p { color: rgb(80,155,136); }
H1.HeaderClassName
{
color: #509B88;
}
.AnyTagClassName
{
color: #509B88;
}
</style>
background-color css
<style>
a { background-color: #509B88; }
a { background-color: rgb(80,155,136); }
div.DivClassName
{
background-color: #509B88;
}
.BgClassName
{
background-color: #509B88;
}
</style>
border-color css
<style>
span { border-color: #509B88; }
span { border-color: rgb(80,155,136); }
td.TdClassName
{
border-color: #509B88;
}
.TagClassName
{
border-color: #509B88;
}
</style>