Shades of Lochinvar #539C91
Tints of Lochinvar #539C91
RGB
CMYK
RGB Variations
Color information
#539C91 (or 0x539C91) is known color: Lochinvar. HEX triplet: 53, 9C and 91. RGB value is (83,156,145). Sum of RGB (Red+Green+Blue) = 83+156+145=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 156 - color contains mainly: green. Hex color #539C91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539C91 is #AC636E. Grayscale: #848484. Windows color (decimal): -11297647 or 9542739. OLE color: 9542739.
HSL color Cylindrical-coordinate representation of color #539C91: hue angle of 170.96º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #539C91 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 156 | 145 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.39 |
| HSL | 170.96º | 0.31% | 0.47% | - |
| HSV(B) | 170.96º | 0.47% | 0.61% | - |
| XYZ | 20.57 | 27.66 | 31.04 | - |
| YUV | 132.92 | 134.82 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 156 | 145 | 0.47 | 0 | 0.07 | 0.39 | 170.96 | 0.31 | 0.47 |
| Hex | 53 | 9C | 91 | 2F | 0 | 7 | 27 | AB | 1F | 2F |
| Octal | 123 | 234 | 221 | 57 | 0 | 7 | 47 | 253 | 37 | 57 |
| Binary | 1010011 | 10011100 | 10010001 | 101111 | 0 | 111 | 100111 | 10101011 | 11111 | 101111 |
Color Harmonies of #539C91
Complementary color
Monochromatic Colors of #539C91
Black with #539C91
Text Example
Text Example
White with #539C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539C91; }
p { color: rgb(83,156,145); }
H1.HeaderClassName
{
color: #539C91;
}
.AnyTagClassName
{
color: #539C91;
}
</style>
background-color css
<style>
a { background-color: #539C91; }
a { background-color: rgb(83,156,145); }
div.DivClassName
{
background-color: #539C91;
}
.BgClassName
{
background-color: #539C91;
}
</style>
border-color css
<style>
span { border-color: #539C91; }
span { border-color: rgb(83,156,145); }
td.TdClassName
{
border-color: #539C91;
}
.TagClassName
{
border-color: #539C91;
}
</style>