#529287

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

Shades of Lochinvar #529287

Tints of Lochinvar #529287

Color information

#529287 (or 0x529287) is unknown color: approx Lochinvar. HEX triplet: 52, 92 and 87. RGB value is (82,146,135). Sum of RGB (Red+Green+Blue) = 82+146+135=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 146 - color contains mainly: green. Hex color #529287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529287 is #AD6D78. Grayscale: #7D7D7D. Windows color (decimal): -11365753 or 8884818. OLE color: 8884818.

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

Color convert

RGB82146135-
CMYK0.4400.080.43
HSL169.69º28.07%44.71%-
HSV(B)169.69º43.84%57.25%-
XYZ18.1324.126.62-
YUV125.61133.396.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.59%
GREEN value IS 146 (57.42% from 255) = 40.22%
BLUE value IS 135 (53.12% from 255) = 37.19%
R=22.59%
G=40.22%
B=37.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821461350.4400.080.43169.6928.0744.71
Hex5292872C082Baa1c2d
Octal12222220754010532523455
Binary10100101001001010000111101100010001010111010101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529287; }

 p { color: rgb(82,146,135); }

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

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

 a { background-color: rgb(82,146,135); }

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

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

 span { border-color: rgb(82,146,135); }

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