#528E7F

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

Shades of Lochinvar #528E7F

Tints of Lochinvar #528E7F

Color information

#528E7F (or 0x528E7F) is unknown color: approx Lochinvar. HEX triplet: 52, 8E and 7F. RGB value is (82,142,127). Sum of RGB (Red+Green+Blue) = 82+142+127=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 142 - color contains mainly: green. Hex color #528E7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528E7F is #AD7180. Grayscale: #7A7A7A. Windows color (decimal): -11366785 or 8359506. OLE color: 8359506.

HSL color Cylindrical-coordinate representation of color #528E7F: hue angle of 165º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #528E7F is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB82142127-
CMYK0.4200.110.44
HSL165º26.79%43.92%-
HSV(B)165º42.25%55.69%-
XYZ16.9822.6723.56-
YUV122.35130.6299.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.36%
GREEN value IS 142 (55.86% from 255) = 40.46%
BLUE value IS 127 (50% from 255) = 36.18%
R=23.36%
G=40.46%
B=36.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821421270.4200.110.4416526.7943.92
Hex528E7F2A0B2Ca51b2c
Octal12221617752013542453354
Binary1010010100011101111111101010010111011001010010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,142,127); }

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

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

 a { background-color: rgb(82,142,127); }

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

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

 span { border-color: rgb(82,142,127); }

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