#529782

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

Shades of Lochinvar #529782

Tints of Lochinvar #529782

Color information

#529782 (or 0x529782) is unknown color: approx Lochinvar. HEX triplet: 52, 97 and 82. RGB value is (82,151,130). Sum of RGB (Red+Green+Blue) = 82+151+130=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 151 - color contains mainly: green. Hex color #529782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529782 is #AD687D. Grayscale: #7F7F7F. Windows color (decimal): -11364478 or 8558418. OLE color: 8558418.

HSL color Cylindrical-coordinate representation of color #529782: hue angle of 161.74º 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 #529782 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB82151130-
CMYK0.4600.140.41
HSL161.74º29.61%45.69%-
HSV(B)161.74º45.7%59.22%-
XYZ18.5825.5425.07-
YUV127.98129.1495.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.59%
GREEN value IS 151 (59.38% from 255) = 41.60%
BLUE value IS 130 (51.17% from 255) = 35.81%
R=22.59%
G=41.60%
B=35.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821511300.4600.140.41161.7429.6145.69
Hex5297822E0E29a21e2e
Octal12222720256016512423656
Binary10100101001011110000010101110011101010011010001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529782; }

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

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

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

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

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

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

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

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