Shades of Lochinvar #508880
Tints of Lochinvar #508880
RGB
CMYK
RGB Variations
Color information
#508880 (or 0x508880) is known color: Lochinvar. HEX triplet: 50, 88 and 80. RGB value is (80,136,128). Sum of RGB (Red+Green+Blue) = 80+136+128=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 136 - color contains mainly: green. Hex color #508880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508880 is #AF777F. Grayscale: #767676. Windows color (decimal): -11499392 or 8423504. OLE color: 8423504.
HSL color Cylindrical-coordinate representation of color #508880: hue angle of 171.43º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #508880 is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 136 | 128 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.47 |
| HSL | 171.43º | 0.26% | 0.42% | - |
| HSV(B) | 171.43º | 0.41% | 0.53% | - |
| XYZ | 16.01 | 20.87 | 23.61 | - |
| YUV | 118.34 | 133.45 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 136 | 128 | 0.41 | 0 | 0.06 | 0.47 | 171.43 | 0.26 | 0.42 |
| Hex | 50 | 88 | 80 | 29 | 0 | 6 | 2F | AB | 1A | 2A |
| Octal | 120 | 210 | 200 | 51 | 0 | 6 | 57 | 253 | 32 | 52 |
| Binary | 1010000 | 10001000 | 10000000 | 101001 | 0 | 110 | 101111 | 10101011 | 11010 | 101010 |
Color Harmonies of #508880
Complementary color
Monochromatic Colors of #508880
Black with #508880
Text Example
Text Example
White with #508880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508880; }
p { color: rgb(80,136,128); }
H1.HeaderClassName
{
color: #508880;
}
.AnyTagClassName
{
color: #508880;
}
</style>
background-color css
<style>
a { background-color: #508880; }
a { background-color: rgb(80,136,128); }
div.DivClassName
{
background-color: #508880;
}
.BgClassName
{
background-color: #508880;
}
</style>
border-color css
<style>
span { border-color: #508880; }
span { border-color: rgb(80,136,128); }
td.TdClassName
{
border-color: #508880;
}
.TagClassName
{
border-color: #508880;
}
</style>