Shades of Lochinvar #529A8A
Tints of Lochinvar #529A8A
RGB
CMYK
RGB Variations
Color information
#529A8A (or 0x529A8A) is known color: Lochinvar. HEX triplet: 52, 9A and 8A. RGB value is (82,154,138). Sum of RGB (Red+Green+Blue) = 82+154+138=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 154 - color contains mainly: green. Hex color #529A8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529A8A is #AD6575. Grayscale: #828282. Windows color (decimal): -11363702 or 9083474. OLE color: 9083474.
HSL color Cylindrical-coordinate representation of color #529A8A: hue angle of 166.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529A8A is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 154 | 138 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.40 |
| HSL | 166.67º | 0.31% | 0.46% | - |
| HSV(B) | 166.67º | 0.47% | 0.6% | - |
| XYZ | 19.62 | 26.74 | 28.17 | - |
| YUV | 130.65 | 132.15 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 154 | 138 | 0.47 | 0 | 0.10 | 0.40 | 166.67 | 0.31 | 0.46 |
| Hex | 52 | 9A | 8A | 2F | 0 | A | 28 | A7 | 1F | 2E |
| Octal | 122 | 232 | 212 | 57 | 0 | 12 | 50 | 247 | 37 | 56 |
| Binary | 1010010 | 10011010 | 10001010 | 101111 | 0 | 1010 | 101000 | 10100111 | 11111 | 101110 |
Color Harmonies of #529A8A
Complementary color
Monochromatic Colors of #529A8A
Black with #529A8A
Text Example
Text Example
White with #529A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529A8A; }
p { color: rgb(82,154,138); }
H1.HeaderClassName
{
color: #529A8A;
}
.AnyTagClassName
{
color: #529A8A;
}
</style>
background-color css
<style>
a { background-color: #529A8A; }
a { background-color: rgb(82,154,138); }
div.DivClassName
{
background-color: #529A8A;
}
.BgClassName
{
background-color: #529A8A;
}
</style>
border-color css
<style>
span { border-color: #529A8A; }
span { border-color: rgb(82,154,138); }
td.TdClassName
{
border-color: #529A8A;
}
.TagClassName
{
border-color: #529A8A;
}
</style>