#529189

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

Shades of Lochinvar #529189

Tints of Lochinvar #529189

Color information

#529189 (or 0x529189) is unknown color: approx Lochinvar. HEX triplet: 52, 91 and 89. RGB value is (82,145,137). Sum of RGB (Red+Green+Blue) = 82+145+137=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 145 - color contains mainly: green. Hex color #529189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529189 is #AD6E76. Grayscale: #7D7D7D. Windows color (decimal): -11366007 or 9015634. OLE color: 9015634.

HSL color Cylindrical-coordinate representation of color #529189: hue angle of 172.38º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #529189 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB82145137-
CMYK0.4300.060.43
HSL172.38º27.75%44.51%-
HSV(B)172.38º43.45%56.86%-
XYZ18.1223.8527.32-
YUV125.25134.6397.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.53%
GREEN value IS 145 (57.03% from 255) = 39.84%
BLUE value IS 137 (53.91% from 255) = 37.64%
R=22.53%
G=39.84%
B=37.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821451370.4300.060.43172.3827.7544.51
Hex5291892B062Bac1c2d
Octal1222212115306532543455
Binary1010010100100011000100110101101101010111010110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529189; }

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

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

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

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

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

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

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

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