Shades of Lochinvar #52958B
Tints of Lochinvar #52958B
RGB
CMYK
RGB Variations
Color information
#52958B (or 0x52958B) is known color: Lochinvar. HEX triplet: 52, 95 and 8B. RGB value is (82,149,139). Sum of RGB (Red+Green+Blue) = 82+149+139=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 149 - color contains mainly: green. Hex color #52958B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52958B is #AD6A74. Grayscale: #7F7F7F. Windows color (decimal): -11364981 or 9147730. OLE color: 9147730.
HSL color Cylindrical-coordinate representation of color #52958B: hue angle of 171.04º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52958B is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 149 | 139 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.42 |
| HSL | 171.04º | 0.29% | 0.45% | - |
| HSV(B) | 171.04º | 0.45% | 0.58% | - |
| XYZ | 18.89 | 25.15 | 28.29 | - |
| YUV | 127.83 | 134.3 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 149 | 139 | 0.45 | 0 | 0.07 | 0.42 | 171.04 | 0.29 | 0.45 |
| Hex | 52 | 95 | 8B | 2D | 0 | 7 | 2A | AB | 1D | 2D |
| Octal | 122 | 225 | 213 | 55 | 0 | 7 | 52 | 253 | 35 | 55 |
| Binary | 1010010 | 10010101 | 10001011 | 101101 | 0 | 111 | 101010 | 10101011 | 11101 | 101101 |
Color Harmonies of #52958B
Complementary color
Monochromatic Colors of #52958B
Black with #52958B
Text Example
Text Example
White with #52958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52958B; }
p { color: rgb(82,149,139); }
H1.HeaderClassName
{
color: #52958B;
}
.AnyTagClassName
{
color: #52958B;
}
</style>
background-color css
<style>
a { background-color: #52958B; }
a { background-color: rgb(82,149,139); }
div.DivClassName
{
background-color: #52958B;
}
.BgClassName
{
background-color: #52958B;
}
</style>
border-color css
<style>
span { border-color: #52958B; }
span { border-color: rgb(82,149,139); }
td.TdClassName
{
border-color: #52958B;
}
.TagClassName
{
border-color: #52958B;
}
</style>