Shades of Lochinvar #52907F
Tints of Lochinvar #52907F
RGB
CMYK
RGB Variations
Color information
#52907F (or 0x52907F) is known color: Lochinvar. HEX triplet: 52, 90 and 7F. RGB value is (82,144,127). Sum of RGB (Red+Green+Blue) = 82+144+127=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 144 - color contains mainly: green. Hex color #52907F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52907F is #AD6F80. Grayscale: #7B7B7B. Windows color (decimal): -11366273 or 8360018. OLE color: 8360018.
HSL color Cylindrical-coordinate representation of color #52907F: hue angle of 163.55º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52907F is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 144 | 127 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.44 |
| HSL | 163.55º | 0.27% | 0.44% | - |
| HSV(B) | 163.55º | 0.43% | 0.56% | - |
| XYZ | 17.28 | 23.27 | 23.66 | - |
| YUV | 123.52 | 129.96 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 144 | 127 | 0.43 | 0 | 0.12 | 0.44 | 163.55 | 0.27 | 0.44 |
| Hex | 52 | 90 | 7F | 2B | 0 | C | 2C | A4 | 1B | 2C |
| Octal | 122 | 220 | 177 | 53 | 0 | 14 | 54 | 244 | 33 | 54 |
| Binary | 1010010 | 10010000 | 1111111 | 101011 | 0 | 1100 | 101100 | 10100100 | 11011 | 101100 |
Color Harmonies of #52907F
Complementary color
Monochromatic Colors of #52907F
Black with #52907F
Text Example
Text Example
White with #52907F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52907F; }
p { color: rgb(82,144,127); }
H1.HeaderClassName
{
color: #52907F;
}
.AnyTagClassName
{
color: #52907F;
}
</style>
background-color css
<style>
a { background-color: #52907F; }
a { background-color: rgb(82,144,127); }
div.DivClassName
{
background-color: #52907F;
}
.BgClassName
{
background-color: #52907F;
}
</style>
border-color css
<style>
span { border-color: #52907F; }
span { border-color: rgb(82,144,127); }
td.TdClassName
{
border-color: #52907F;
}
.TagClassName
{
border-color: #52907F;
}
</style>