Shades of Lochinvar #539A87
Tints of Lochinvar #539A87
RGB
CMYK
RGB Variations
Color information
#539A87 (or 0x539A87) is known color: Lochinvar. HEX triplet: 53, 9A and 87. RGB value is (83,154,135). Sum of RGB (Red+Green+Blue) = 83+154+135=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 154 (60.55% from 255 or 41.40% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 154 - color contains mainly: green. Hex color #539A87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539A87 is #AC6578. Grayscale: #828282. Windows color (decimal): -11298169 or 8886867. OLE color: 8886867.
HSL color Cylindrical-coordinate representation of color #539A87: hue angle of 163.94º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539A87 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 154 | 135 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.40 |
| HSL | 163.94º | 0.3% | 0.46% | - |
| HSV(B) | 163.94º | 0.46% | 0.6% | - |
| XYZ | 19.5 | 26.7 | 27.05 | - |
| YUV | 130.61 | 130.48 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 154 | 135 | 0.46 | 0 | 0.12 | 0.40 | 163.94 | 0.3 | 0.46 |
| Hex | 53 | 9A | 87 | 2E | 0 | C | 28 | A4 | 1E | 2E |
| Octal | 123 | 232 | 207 | 56 | 0 | 14 | 50 | 244 | 36 | 56 |
| Binary | 1010011 | 10011010 | 10000111 | 101110 | 0 | 1100 | 101000 | 10100100 | 11110 | 101110 |
Color Harmonies of #539A87
Complementary color
Monochromatic Colors of #539A87
Black with #539A87
Text Example
Text Example
White with #539A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539A87; }
p { color: rgb(83,154,135); }
H1.HeaderClassName
{
color: #539A87;
}
.AnyTagClassName
{
color: #539A87;
}
</style>
background-color css
<style>
a { background-color: #539A87; }
a { background-color: rgb(83,154,135); }
div.DivClassName
{
background-color: #539A87;
}
.BgClassName
{
background-color: #539A87;
}
</style>
border-color css
<style>
span { border-color: #539A87; }
span { border-color: rgb(83,154,135); }
td.TdClassName
{
border-color: #539A87;
}
.TagClassName
{
border-color: #539A87;
}
</style>