#529B89

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

Shades of Lochinvar #529B89

Tints of Lochinvar #529B89

Color information

#529B89 (or 0x529B89) is unknown color: approx Lochinvar. HEX triplet: 52, 9B and 89. RGB value is (82,155,137). Sum of RGB (Red+Green+Blue) = 82+155+137=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 155 (60.94% from 255 or 41.44% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 155 - color contains mainly: green. Hex color #529B89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529B89 is #AD6476. Grayscale: #838383. Windows color (decimal): -11363447 or 9018194. OLE color: 9018194.

HSL color Cylindrical-coordinate representation of color #529B89: hue angle of 165.21º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529B89 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB82155137-
CMYK0.4700.120.39
HSL165.21º30.8%46.47%-
HSV(B)165.21º47.1%60.78%-
XYZ19.7227.0427.85-
YUV131.12131.3292.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.93%
GREEN value IS 155 (60.94% from 255) = 41.44%
BLUE value IS 137 (53.91% from 255) = 36.63%
R=21.93%
G=41.44%
B=36.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821551370.4700.120.39165.2130.846.47
Hex529B892F0C27a51f2e
Octal12223321157014472453756
Binary10100101001101110001001101111011001001111010010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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