Shades of Lochinvar #539B89
Tints of Lochinvar #539B89
RGB
CMYK
RGB Variations
Color information
#539B89 (or 0x539B89) is known color: Lochinvar. HEX triplet: 53, 9B and 89. RGB value is (83,155,137). Sum of RGB (Red+Green+Blue) = 83+155+137=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 155 - color contains mainly: green. Hex color #539B89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539B89 is #AC6476. Grayscale: #838383. Windows color (decimal): -11297911 or 9018195. OLE color: 9018195.
HSL color Cylindrical-coordinate representation of color #539B89: hue angle of 165º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539B89 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 155 | 137 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.39 |
| HSL | 165º | 0.3% | 0.47% | - |
| HSV(B) | 165º | 0.46% | 0.61% | - |
| XYZ | 19.8 | 27.09 | 27.85 | - |
| YUV | 131.42 | 131.15 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 155 | 137 | 0.46 | 0 | 0.12 | 0.39 | 165 | 0.3 | 0.47 |
| Hex | 53 | 9B | 89 | 2E | 0 | C | 27 | A5 | 1E | 2F |
| Octal | 123 | 233 | 211 | 56 | 0 | 14 | 47 | 245 | 36 | 57 |
| Binary | 1010011 | 10011011 | 10001001 | 101110 | 0 | 1100 | 100111 | 10100101 | 11110 | 101111 |
Color Harmonies of #539B89
Complementary color
Monochromatic Colors of #539B89
Black with #539B89
Text Example
Text Example
White with #539B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539B89; }
p { color: rgb(83,155,137); }
H1.HeaderClassName
{
color: #539B89;
}
.AnyTagClassName
{
color: #539B89;
}
</style>
background-color css
<style>
a { background-color: #539B89; }
a { background-color: rgb(83,155,137); }
div.DivClassName
{
background-color: #539B89;
}
.BgClassName
{
background-color: #539B89;
}
</style>
border-color css
<style>
span { border-color: #539B89; }
span { border-color: rgb(83,155,137); }
td.TdClassName
{
border-color: #539B89;
}
.TagClassName
{
border-color: #539B89;
}
</style>