Shades of Lochinvar #519B8D
Tints of Lochinvar #519B8D
RGB
CMYK
RGB Variations
Color information
#519B8D (or 0x519B8D) is known color: Lochinvar. HEX triplet: 51, 9B and 8D. RGB value is (81,155,141). Sum of RGB (Red+Green+Blue) = 81+155+141=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 155 - color contains mainly: green. Hex color #519B8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519B8D is #AE6472. Grayscale: #838383. Windows color (decimal): -11428979 or 9280337. OLE color: 9280337.
HSL color Cylindrical-coordinate representation of color #519B8D: hue angle of 168.65º degrees, saturation: 0.31, 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 #519B8D is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 155 | 141 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.39 |
| HSL | 168.65º | 0.31% | 0.46% | - |
| HSV(B) | 168.65º | 0.48% | 0.61% | - |
| XYZ | 19.92 | 27.12 | 29.38 | - |
| YUV | 131.28 | 133.48 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 155 | 141 | 0.48 | 0 | 0.09 | 0.39 | 168.65 | 0.31 | 0.46 |
| Hex | 51 | 9B | 8D | 30 | 0 | 9 | 27 | A9 | 1F | 2E |
| Octal | 121 | 233 | 215 | 60 | 0 | 11 | 47 | 251 | 37 | 56 |
| Binary | 1010001 | 10011011 | 10001101 | 110000 | 0 | 1001 | 100111 | 10101001 | 11111 | 101110 |
Color Harmonies of #519B8D
Complementary color
Monochromatic Colors of #519B8D
Black with #519B8D
Text Example
Text Example
White with #519B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519B8D; }
p { color: rgb(81,155,141); }
H1.HeaderClassName
{
color: #519B8D;
}
.AnyTagClassName
{
color: #519B8D;
}
</style>
background-color css
<style>
a { background-color: #519B8D; }
a { background-color: rgb(81,155,141); }
div.DivClassName
{
background-color: #519B8D;
}
.BgClassName
{
background-color: #519B8D;
}
</style>
border-color css
<style>
span { border-color: #519B8D; }
span { border-color: rgb(81,155,141); }
td.TdClassName
{
border-color: #519B8D;
}
.TagClassName
{
border-color: #519B8D;
}
</style>