#529B86

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

Shades of Lochinvar #529B86

Tints of Lochinvar #529B86

Color information

#529B86 (or 0x529B86) is unknown color: approx Lochinvar. HEX triplet: 52, 9B and 86. RGB value is (82,155,134). Sum of RGB (Red+Green+Blue) = 82+155+134=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 155 - color contains mainly: green. Hex color #529B86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529B86 is #AD6479. Grayscale: #828282. Windows color (decimal): -11363450 or 8821586. OLE color: 8821586.

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

Color convert

RGB82155134-
CMYK0.4700.140.39
HSL162.74º30.8%46.47%-
HSV(B)162.74º47.1%60.78%-
XYZ19.526.9626.73-
YUV130.78129.8293.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.10%
GREEN value IS 155 (60.94% from 255) = 41.78%
BLUE value IS 134 (52.73% from 255) = 36.12%
R=22.10%
G=41.78%
B=36.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821551340.4700.140.39162.7430.846.47
Hex529B862F0E27a31f2e
Octal12223320657016472433756
Binary10100101001101110000110101111011101001111010001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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