Shades of Lochinvar #508C88
Tints of Lochinvar #508C88
RGB
CMYK
RGB Variations
Color information
#508C88 (or 0x508C88) is known color: Lochinvar. HEX triplet: 50, 8C and 88. RGB value is (80,140,136). Sum of RGB (Red+Green+Blue) = 80+140+136=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 140 - color contains mainly: green. Hex color #508C88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508C88 is #AF7377. Grayscale: #797979. Windows color (decimal): -11498360 or 8948816. OLE color: 8948816.
HSL color Cylindrical-coordinate representation of color #508C88: hue angle of 176º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #508C88 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 140 | 136 | - |
| CMYK | 0.43 | 0 | 0.03 | 0.45 |
| HSL | 176º | 0.27% | 0.43% | - |
| HSV(B) | 176º | 0.43% | 0.55% | - |
| XYZ | 17.13 | 22.24 | 26.68 | - |
| YUV | 121.6 | 136.12 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 140 | 136 | 0.43 | 0 | 0.03 | 0.45 | 176 | 0.27 | 0.43 |
| Hex | 50 | 8C | 88 | 2B | 0 | 3 | 2D | B0 | 1B | 2B |
| Octal | 120 | 214 | 210 | 53 | 0 | 3 | 55 | 260 | 33 | 53 |
| Binary | 1010000 | 10001100 | 10001000 | 101011 | 0 | 11 | 101101 | 10110000 | 11011 | 101011 |
Color Harmonies of #508C88
Complementary color
Monochromatic Colors of #508C88
Black with #508C88
Text Example
Text Example
White with #508C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508C88; }
p { color: rgb(80,140,136); }
H1.HeaderClassName
{
color: #508C88;
}
.AnyTagClassName
{
color: #508C88;
}
</style>
background-color css
<style>
a { background-color: #508C88; }
a { background-color: rgb(80,140,136); }
div.DivClassName
{
background-color: #508C88;
}
.BgClassName
{
background-color: #508C88;
}
</style>
border-color css
<style>
span { border-color: #508C88; }
span { border-color: rgb(80,140,136); }
td.TdClassName
{
border-color: #508C88;
}
.TagClassName
{
border-color: #508C88;
}
</style>