#529a87

Color #529A87 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #529A87

Tints of Lochinvar #529A87

Color information

#529A87 (or 0x529A87) is unknown color: approx Lochinvar. HEX triplet: 52, 9A and 87. RGB value is (82,154,135). Sum of RGB (Red+Green+Blue) = 82+154+135=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 154 - color contains mainly: green. Hex color #529A87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529A87 is #AD6578. Grayscale: #828282. Windows color (decimal): -11363705 or 8886866. OLE color: 8886866.

HSL color Cylindrical-coordinate representation of color #529A87: hue angle of 164.17º 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 #529A87 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB82154135-
CMYK0.4700.120.40
HSL164.17º30.51%46.27%-
HSV(B)164.17º46.75%60.39%-
XYZ19.4126.6527.04-
YUV130.31130.6593.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 22.10%
GREEN value IS 154 (60.55% from 255) = 41.51%
BLUE value IS 135 (53.12% from 255) = 36.39%
R=22.10%
G=41.51%
B=36.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821541350.4700.120.40164.1730.5146.27
Hex529A872F0C28a41f2e
Octal12223220757014502443756
Binary10100101001101010000111101111011001010001010010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529a87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529a87; }

 p { color: rgb(82,154,135); }

 H1.HeaderClassName
 {
   color: #529a87;
 }
 .AnyTagClassName
 {
   color: #529a87;
 }
</style>
background-color css

<style>
 a { background-color: #529a87; }

 a { background-color: rgb(82,154,135); }

 div.DivClassName
 {
   background-color: #529a87;
 }
 .BgClassName
 {
   background-color: #529a87;
 }
</style>
border-color css

<style>
 span { border-color: #529a87; }

 span { border-color: rgb(82,154,135); }

 td.TdClassName
 {
   border-color: #529a87;
 }
 .TagClassName
 {
   border-color: #529a87;
 }
</style>