Shades of Lochinvar #539E91
Tints of Lochinvar #539E91
RGB
CMYK
RGB Variations
Color information
#539E91 (or 0x539E91) is known color: Lochinvar. HEX triplet: 53, 9E and 91. RGB value is (83,158,145). Sum of RGB (Red+Green+Blue) = 83+158+145=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 158 - color contains mainly: green. Hex color #539E91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539E91 is #AC616E. Grayscale: #868686. Windows color (decimal): -11297135 or 9543251. OLE color: 9543251.
HSL color Cylindrical-coordinate representation of color #539E91: hue angle of 169.6º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #539E91 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 158 | 145 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.38 |
| HSL | 169.6º | 0.31% | 0.47% | - |
| HSV(B) | 169.6º | 0.47% | 0.62% | - |
| XYZ | 20.9 | 28.34 | 31.16 | - |
| YUV | 134.09 | 134.15 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 158 | 145 | 0.47 | 0 | 0.08 | 0.38 | 169.6 | 0.31 | 0.47 |
| Hex | 53 | 9E | 91 | 2F | 0 | 8 | 26 | AA | 1F | 2F |
| Octal | 123 | 236 | 221 | 57 | 0 | 10 | 46 | 252 | 37 | 57 |
| Binary | 1010011 | 10011110 | 10010001 | 101111 | 0 | 1000 | 100110 | 10101010 | 11111 | 101111 |
Color Harmonies of #539E91
Complementary color
Monochromatic Colors of #539E91
Black with #539E91
Text Example
Text Example
White with #539E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539E91; }
p { color: rgb(83,158,145); }
H1.HeaderClassName
{
color: #539E91;
}
.AnyTagClassName
{
color: #539E91;
}
</style>
background-color css
<style>
a { background-color: #539E91; }
a { background-color: rgb(83,158,145); }
div.DivClassName
{
background-color: #539E91;
}
.BgClassName
{
background-color: #539E91;
}
</style>
border-color css
<style>
span { border-color: #539E91; }
span { border-color: rgb(83,158,145); }
td.TdClassName
{
border-color: #539E91;
}
.TagClassName
{
border-color: #539E91;
}
</style>