#529786

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

Shades of Lochinvar #529786

Tints of Lochinvar #529786

Color information

#529786 (or 0x529786) is unknown color: approx Lochinvar. HEX triplet: 52, 97 and 86. RGB value is (82,151,134). Sum of RGB (Red+Green+Blue) = 82+151+134=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 151 - color contains mainly: green. Hex color #529786 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529786 is #AD6879. Grayscale: #808080. Windows color (decimal): -11364474 or 8820562. OLE color: 8820562.

HSL color Cylindrical-coordinate representation of color #529786: hue angle of 165.22º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529786 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB82151134-
CMYK0.4600.110.41
HSL165.22º29.61%45.69%-
HSV(B)165.22º45.7%59.22%-
XYZ18.8525.6526.51-
YUV128.43131.1494.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.34%
GREEN value IS 151 (59.38% from 255) = 41.14%
BLUE value IS 134 (52.73% from 255) = 36.51%
R=22.34%
G=41.14%
B=36.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821511340.4600.110.41165.2229.6145.69
Hex5297862E0B29a51e2e
Octal12222720656013512453656
Binary10100101001011110000110101110010111010011010010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529786; }

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

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

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

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

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

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

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

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