#529D89

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

Shades of Lochinvar #529D89

Tints of Lochinvar #529D89

Color information

#529D89 (or 0x529D89) is unknown color: approx Lochinvar. HEX triplet: 52, 9D and 89. RGB value is (82,157,137). Sum of RGB (Red+Green+Blue) = 82+157+137=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 157 - color contains mainly: green. Hex color #529D89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529D89 is #AD6276. Grayscale: #848484. Windows color (decimal): -11362935 or 9018706. OLE color: 9018706.

HSL color Cylindrical-coordinate representation of color #529D89: hue angle of 164º degrees, saturation: 0.31, 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 #529D89 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB82157137-
CMYK0.4800.130.38
HSL164º31.38%46.86%-
HSV(B)164º47.77%61.57%-
XYZ20.0527.7127.96-
YUV132.29130.6592.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.81%
GREEN value IS 157 (61.72% from 255) = 41.76%
BLUE value IS 137 (53.91% from 255) = 36.44%
R=21.81%
G=41.76%
B=36.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821571370.4800.130.3816431.3846.86
Hex529D89300D26a41f2f
Octal12223521160015462443757
Binary10100101001110110001001110000011011001101010010011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,157,137); }

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

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

 a { background-color: rgb(82,157,137); }

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

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

 span { border-color: rgb(82,157,137); }

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