#529381

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

Shades of Lochinvar #529381

Tints of Lochinvar #529381

Color information

#529381 (or 0x529381) is unknown color: approx Lochinvar. HEX triplet: 52, 93 and 81. RGB value is (82,147,129). Sum of RGB (Red+Green+Blue) = 82+147+129=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 147 - color contains mainly: green. Hex color #529381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529381 is #AD6C7E. Grayscale: #7D7D7D. Windows color (decimal): -11365503 or 8491858. OLE color: 8491858.

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

Color convert

RGB82147129-
CMYK0.4400.120.42
HSL163.38º28.38%44.9%-
HSV(B)163.38º44.22%57.65%-
XYZ17.8824.2524.51-
YUV125.51129.9796.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.91%
GREEN value IS 147 (57.81% from 255) = 41.06%
BLUE value IS 129 (50.78% from 255) = 36.03%
R=22.91%
G=41.06%
B=36.03%

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
Decimal821471290.4400.120.42163.3828.3844.9
Hex5293812C0C2Aa31c2d
Octal12222320154014522433455
Binary10100101001001110000001101100011001010101010001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529381; }

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

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

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

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

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

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

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

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