Shades of Lochinvar #529F93
Tints of Lochinvar #529F93
RGB
CMYK
RGB Variations
Color information
#529F93 (or 0x529F93) is known color: Lochinvar. HEX triplet: 52, 9F and 93. RGB value is (82,159,147). Sum of RGB (Red+Green+Blue) = 82+159+147=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 159 - color contains mainly: green. Hex color #529F93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529F93 is #AD606C. Grayscale: #868686. Windows color (decimal): -11362413 or 9674578. OLE color: 9674578.
HSL color Cylindrical-coordinate representation of color #529F93: hue angle of 170.65º 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 #529F93 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 159 | 147 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.38 |
| HSL | 170.65º | 0.32% | 0.47% | - |
| HSV(B) | 170.65º | 0.48% | 0.62% | - |
| XYZ | 21.14 | 28.7 | 32.03 | - |
| YUV | 134.61 | 134.99 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 159 | 147 | 0.48 | 0 | 0.08 | 0.38 | 170.65 | 0.32 | 0.47 |
| Hex | 52 | 9F | 93 | 30 | 0 | 8 | 26 | AB | 20 | 2F |
| Octal | 122 | 237 | 223 | 60 | 0 | 10 | 46 | 253 | 40 | 57 |
| Binary | 1010010 | 10011111 | 10010011 | 110000 | 0 | 1000 | 100110 | 10101011 | 100000 | 101111 |
Color Harmonies of #529F93
Complementary color
Monochromatic Colors of #529F93
Black with #529F93
Text Example
Text Example
White with #529F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529F93; }
p { color: rgb(82,159,147); }
H1.HeaderClassName
{
color: #529F93;
}
.AnyTagClassName
{
color: #529F93;
}
</style>
background-color css
<style>
a { background-color: #529F93; }
a { background-color: rgb(82,159,147); }
div.DivClassName
{
background-color: #529F93;
}
.BgClassName
{
background-color: #529F93;
}
</style>
border-color css
<style>
span { border-color: #529F93; }
span { border-color: rgb(82,159,147); }
td.TdClassName
{
border-color: #529F93;
}
.TagClassName
{
border-color: #529F93;
}
</style>