#528D7C

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

Shades of Lochinvar #528D7C

Tints of Lochinvar #528D7C

Color information

#528D7C (or 0x528D7C) is unknown color: approx Lochinvar. HEX triplet: 52, 8D and 7C. RGB value is (82,141,124). Sum of RGB (Red+Green+Blue) = 82+141+124=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 141 - color contains mainly: green. Hex color #528D7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528D7C is #AD7283. Grayscale: #797979. Windows color (decimal): -11367044 or 8162642. OLE color: 8162642.

HSL color Cylindrical-coordinate representation of color #528D7C: hue angle of 162.71º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #528D7C is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB82141124-
CMYK0.4200.120.45
HSL162.71º26.46%43.73%-
HSV(B)162.71º41.84%55.29%-
XYZ16.6422.322.5-
YUV121.42129.4599.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.63%
GREEN value IS 141 (55.47% from 255) = 40.63%
BLUE value IS 124 (48.83% from 255) = 35.73%
R=23.63%
G=40.63%
B=35.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal821411240.4200.120.45162.7126.4643.73
Hex528D7C2A0C2Da31a2c
Octal12221517452014552433254
Binary1010010100011011111100101010011001011011010001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528D7C; }

 p { color: rgb(82,141,124); }

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

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

 a { background-color: rgb(82,141,124); }

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

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

 span { border-color: rgb(82,141,124); }

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