#529F89

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

Shades of Lochinvar #529F89

Tints of Lochinvar #529F89

Color information

#529F89 (or 0x529F89) is unknown color: approx Lochinvar. HEX triplet: 52, 9F and 89. RGB value is (82,159,137). Sum of RGB (Red+Green+Blue) = 82+159+137=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 159 - color contains mainly: green. Hex color #529F89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529F89 is #AD6076. Grayscale: #858585. Windows color (decimal): -11362423 or 9019218. OLE color: 9019218.

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

Color convert

RGB82159137-
CMYK0.4800.140.38
HSL162.86º31.95%47.25%-
HSV(B)162.86º48.43%62.35%-
XYZ20.3928.428.07-
YUV133.47129.9991.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.69%
GREEN value IS 159 (62.5% from 255) = 42.06%
BLUE value IS 137 (53.91% from 255) = 36.24%
R=21.69%
G=42.06%
B=36.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821591370.4800.140.38162.8631.9547.25
Hex529F89300E26a3202f
Octal12223721160016462434057
Binary101001010011111100010011100000111010011010100011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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