Shades of Lochinvar #529E8C
Tints of Lochinvar #529E8C
RGB
CMYK
RGB Variations
Color information
#529E8C (or 0x529E8C) is known color: Lochinvar. HEX triplet: 52, 9E and 8C. RGB value is (82,158,140). Sum of RGB (Red+Green+Blue) = 82+158+140=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 158 - color contains mainly: green. Hex color #529E8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529E8C is #AD6173. Grayscale: #858585. Windows color (decimal): -11362676 or 9215570. OLE color: 9215570.
HSL color Cylindrical-coordinate representation of color #529E8C: hue angle of 165.79º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529E8C is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 158 | 140 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.38 |
| HSL | 165.79º | 0.32% | 0.47% | - |
| HSV(B) | 165.79º | 0.48% | 0.62% | - |
| XYZ | 20.44 | 28.14 | 29.17 | - |
| YUV | 133.22 | 131.82 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 158 | 140 | 0.48 | 0 | 0.11 | 0.38 | 165.79 | 0.32 | 0.47 |
| Hex | 52 | 9E | 8C | 30 | 0 | B | 26 | A6 | 20 | 2F |
| Octal | 122 | 236 | 214 | 60 | 0 | 13 | 46 | 246 | 40 | 57 |
| Binary | 1010010 | 10011110 | 10001100 | 110000 | 0 | 1011 | 100110 | 10100110 | 100000 | 101111 |
Color Harmonies of #529E8C
Complementary color
Monochromatic Colors of #529E8C
Black with #529E8C
Text Example
Text Example
White with #529E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529E8C; }
p { color: rgb(82,158,140); }
H1.HeaderClassName
{
color: #529E8C;
}
.AnyTagClassName
{
color: #529E8C;
}
</style>
background-color css
<style>
a { background-color: #529E8C; }
a { background-color: rgb(82,158,140); }
div.DivClassName
{
background-color: #529E8C;
}
.BgClassName
{
background-color: #529E8C;
}
</style>
border-color css
<style>
span { border-color: #529E8C; }
span { border-color: rgb(82,158,140); }
td.TdClassName
{
border-color: #529E8C;
}
.TagClassName
{
border-color: #529E8C;
}
</style>