#528A86

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

Shades of Lochinvar #528A86

Tints of Lochinvar #528A86

Color information

#528A86 (or 0x528A86) is unknown color: approx Lochinvar. HEX triplet: 52, 8A and 86. RGB value is (82,138,134). Sum of RGB (Red+Green+Blue) = 82+138+134=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 134 (52.73% from 255 or 37.85% from 354); Max value from RGB is 138 - color contains mainly: green. Hex color #528A86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528A86 is #AD7579. Grayscale: #787878. Windows color (decimal): -11367802 or 8817234. OLE color: 8817234.

HSL color Cylindrical-coordinate representation of color #528A86: hue angle of 175.71º 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 #528A86 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB82138134-
CMYK0.4100.030.46
HSL175.71º25.45%43.14%-
HSV(B)175.71º40.58%54.12%-
XYZ16.8721.6925.85-
YUV120.8135.45100.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.16%
GREEN value IS 138 (54.30% from 255) = 38.98%
BLUE value IS 134 (52.73% from 255) = 37.85%
R=23.16%
G=38.98%
B=37.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal821381340.4100.030.46175.7125.4543.14
Hex528A8629032Eb0192b
Octal1222122065103562603153
Binary101001010001010100001101010010111011101011000011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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