#529389

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

Shades of Lochinvar #529389

Tints of Lochinvar #529389

Color information

#529389 (or 0x529389) is unknown color: approx Lochinvar. HEX triplet: 52, 93 and 89. RGB value is (82,147,137). Sum of RGB (Red+Green+Blue) = 82+147+137=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 147 - color contains mainly: green. Hex color #529389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529389 is #AD6C76. Grayscale: #7E7E7E. Windows color (decimal): -11365495 or 9016146. OLE color: 9016146.

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

Color convert

RGB82147137-
CMYK0.4400.070.42
HSL170.77º28.38%44.9%-
HSV(B)170.77º44.22%57.65%-
XYZ18.4324.4727.42-
YUV126.42133.9796.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.40%
GREEN value IS 147 (57.81% from 255) = 40.16%
BLUE value IS 137 (53.91% from 255) = 37.43%
R=22.40%
G=40.16%
B=37.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821471370.4400.070.42170.7728.3844.9
Hex5293892C072Aab1c2d
Octal1222232115407522533455
Binary1010010100100111000100110110001111010101010101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529389; }

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

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

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

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

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

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

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

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