#529382

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

Shades of Lochinvar #529382

Tints of Lochinvar #529382

Color information

#529382 (or 0x529382) is unknown color: approx Lochinvar. HEX triplet: 52, 93 and 82. RGB value is (82,147,130). Sum of RGB (Red+Green+Blue) = 82+147+130=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 147 - color contains mainly: green. Hex color #529382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529382 is #AD6C7D. Grayscale: #7D7D7D. Windows color (decimal): -11365502 or 8557394. OLE color: 8557394.

HSL color Cylindrical-coordinate representation of color #529382: hue angle of 164.31º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #529382 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB82147130-
CMYK0.4400.120.42
HSL164.31º28.38%44.9%-
HSV(B)164.31º44.22%57.65%-
XYZ17.9424.2724.86-
YUV125.63130.4796.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.84%
GREEN value IS 147 (57.81% from 255) = 40.95%
BLUE value IS 130 (51.17% from 255) = 36.21%
R=22.84%
G=40.95%
B=36.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821471300.4400.120.42164.3128.3844.9
Hex5293822C0C2Aa41c2d
Octal12222320254014522443455
Binary10100101001001110000010101100011001010101010010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529382; }

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

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

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

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

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

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

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

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