#528F7D

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

Shades of Lochinvar #528F7D

Tints of Lochinvar #528F7D

Color information

#528F7D (or 0x528F7D) is unknown color: approx Lochinvar. HEX triplet: 52, 8F and 7D. RGB value is (82,143,125). Sum of RGB (Red+Green+Blue) = 82+143+125=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 143 - color contains mainly: green. Hex color #528F7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528F7D is #AD7082. Grayscale: #7A7A7A. Windows color (decimal): -11366531 or 8228690. OLE color: 8228690.

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

Color convert

RGB82143125-
CMYK0.4300.130.44
HSL162.3º27.11%44.12%-
HSV(B)162.3º42.66%56.08%-
XYZ1722.9222.93-
YUV122.71129.2998.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.43%
GREEN value IS 143 (56.25% from 255) = 40.86%
BLUE value IS 125 (49.22% from 255) = 35.71%
R=23.43%
G=40.86%
B=35.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821431250.4300.130.44162.327.1144.12
Hex528F7D2B0D2Ca21b2c
Octal12221717553015542423354
Binary1010010100011111111101101011011011011001010001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,143,125); }

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

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

 a { background-color: rgb(82,143,125); }

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

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

 span { border-color: rgb(82,143,125); }

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