#528E89

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

Shades of Lochinvar #528E89

Tints of Lochinvar #528E89

Color information

#528E89 (or 0x528E89) is unknown color: approx Lochinvar. HEX triplet: 52, 8E and 89. RGB value is (82,142,137). Sum of RGB (Red+Green+Blue) = 82+142+137=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 142 - color contains mainly: green. Hex color #528E89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528E89 is #AD7176. Grayscale: #7B7B7B. Windows color (decimal): -11366775 or 9014866. OLE color: 9014866.

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

Color convert

RGB82142137-
CMYK0.4200.040.44
HSL175º26.79%43.92%-
HSV(B)175º42.25%55.69%-
XYZ17.6722.9527.16-
YUV123.49135.6298.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.71%
GREEN value IS 142 (55.86% from 255) = 39.34%
BLUE value IS 137 (53.91% from 255) = 37.95%
R=22.71%
G=39.34%
B=37.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821421370.4200.040.4417526.7943.92
Hex528E892A042Caf1b2c
Octal1222162115204542573354
Binary1010010100011101000100110101001001011001010111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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