#528E81

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

Shades of Lochinvar #528E81

Tints of Lochinvar #528E81

Color information

#528E81 (or 0x528E81) is unknown color: approx Lochinvar. HEX triplet: 52, 8E and 81. RGB value is (82,142,129). Sum of RGB (Red+Green+Blue) = 82+142+129=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 142 - color contains mainly: green. Hex color #528E81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528E81 is #AD717E. Grayscale: #7A7A7A. Windows color (decimal): -11366783 or 8490578. OLE color: 8490578.

HSL color Cylindrical-coordinate representation of color #528E81: hue angle of 167º 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 #528E81 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB82142129-
CMYK0.4200.090.44
HSL167º26.79%43.92%-
HSV(B)167º42.25%55.69%-
XYZ17.1222.7224.25-
YUV122.58131.6299.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.23%
GREEN value IS 142 (55.86% from 255) = 40.23%
BLUE value IS 129 (50.78% from 255) = 36.54%
R=23.23%
G=40.23%
B=36.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821421290.4200.090.4416726.7943.92
Hex528E812A092Ca71b2c
Octal12221620152011542473354
Binary10100101000111010000001101010010011011001010011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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