#529384

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

Shades of Lochinvar #529384

Tints of Lochinvar #529384

Color information

#529384 (or 0x529384) is unknown color: approx Lochinvar. HEX triplet: 52, 93 and 84. RGB value is (82,147,132). Sum of RGB (Red+Green+Blue) = 82+147+132=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #529384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529384 is #AD6C7B. Grayscale: #7D7D7D. Windows color (decimal): -11365500 or 8688466. OLE color: 8688466.

HSL color Cylindrical-coordinate representation of color #529384: hue angle of 166.15º 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 #529384 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB82147132-
CMYK0.4400.100.42
HSL166.15º28.38%44.9%-
HSV(B)166.15º44.22%57.65%-
XYZ18.0824.3325.57-
YUV125.86131.4796.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.71%
GREEN value IS 147 (57.81% from 255) = 40.72%
BLUE value IS 132 (51.95% from 255) = 36.57%
R=22.71%
G=40.72%
B=36.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821471320.4400.100.42166.1528.3844.9
Hex5293842C0A2Aa61c2d
Octal12222320454012522463455
Binary10100101001001110000100101100010101010101010011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529384; }

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

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

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

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

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

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

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

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