#528A7E

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

Shades of Lochinvar #528A7E

Tints of Lochinvar #528A7E

Color information

#528A7E (or 0x528A7E) is unknown color: approx Lochinvar. HEX triplet: 52, 8A and 7E. RGB value is (82,138,126). Sum of RGB (Red+Green+Blue) = 82+138+126=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 138 - color contains mainly: green. Hex color #528A7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528A7E is #AD7581. Grayscale: #777777. Windows color (decimal): -11367810 or 8292946. OLE color: 8292946.

HSL color Cylindrical-coordinate representation of color #528A7E: hue angle of 167.14º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #528A7E is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB82138126-
CMYK0.4100.090.46
HSL167.14º25.45%43.14%-
HSV(B)167.14º40.58%54.12%-
XYZ16.3321.4823.02-
YUV119.89131.45100.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.70%
GREEN value IS 138 (54.30% from 255) = 39.88%
BLUE value IS 126 (49.61% from 255) = 36.42%
R=23.70%
G=39.88%
B=36.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal821381260.4100.090.46167.1425.4543.14
Hex528A7E29092Ea7192b
Octal12221217651011562473153
Binary1010010100010101111110101001010011011101010011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,138,126); }

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

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

 a { background-color: rgb(82,138,126); }

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

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

 span { border-color: rgb(82,138,126); }

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