Shades of Lochinvar #52948C
Tints of Lochinvar #52948C
RGB
CMYK
RGB Variations
Color information
#52948C (or 0x52948C) is known color: Lochinvar. HEX triplet: 52, 94 and 8C. RGB value is (82,148,140). Sum of RGB (Red+Green+Blue) = 82+148+140=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 148 - color contains mainly: green. Hex color #52948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52948C is #AD6B73. Grayscale: #7F7F7F. Windows color (decimal): -11365236 or 9213010. OLE color: 9213010.
HSL color Cylindrical-coordinate representation of color #52948C: hue angle of 172.73º 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 #52948C is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 148 | 140 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.42 |
| HSL | 172.73º | 0.29% | 0.45% | - |
| HSV(B) | 172.73º | 0.45% | 0.58% | - |
| XYZ | 18.8 | 24.87 | 28.62 | - |
| YUV | 127.35 | 135.13 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 148 | 140 | 0.45 | 0 | 0.05 | 0.42 | 172.73 | 0.29 | 0.45 |
| Hex | 52 | 94 | 8C | 2D | 0 | 5 | 2A | AD | 1D | 2D |
| Octal | 122 | 224 | 214 | 55 | 0 | 5 | 52 | 255 | 35 | 55 |
| Binary | 1010010 | 10010100 | 10001100 | 101101 | 0 | 101 | 101010 | 10101101 | 11101 | 101101 |
Color Harmonies of #52948C
Complementary color
Monochromatic Colors of #52948C
Black with #52948C
Text Example
Text Example
White with #52948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52948C; }
p { color: rgb(82,148,140); }
H1.HeaderClassName
{
color: #52948C;
}
.AnyTagClassName
{
color: #52948C;
}
</style>
background-color css
<style>
a { background-color: #52948C; }
a { background-color: rgb(82,148,140); }
div.DivClassName
{
background-color: #52948C;
}
.BgClassName
{
background-color: #52948C;
}
</style>
border-color css
<style>
span { border-color: #52948C; }
span { border-color: rgb(82,148,140); }
td.TdClassName
{
border-color: #52948C;
}
.TagClassName
{
border-color: #52948C;
}
</style>