#518A86

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

Shades of Lochinvar #518A86

Tints of Lochinvar #518A86

Color information

#518A86 (or 0x518A86) is unknown color: approx Lochinvar. HEX triplet: 51, 8A and 86. RGB value is (81,138,134). Sum of RGB (Red+Green+Blue) = 81+138+134=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 134 (52.73% from 255 or 37.96% from 353); Max value from RGB is 138 - color contains mainly: green. Hex color #518A86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518A86 is #AE7579. Grayscale: #787878. Windows color (decimal): -11433338 or 8817233. OLE color: 8817233.

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

Color convert

RGB81138134-
CMYK0.4100.030.46
HSL175.79º26.03%42.94%-
HSV(B)175.79º41.3%54.12%-
XYZ16.7821.6525.85-
YUV120.5135.6299.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.95%
GREEN value IS 138 (54.30% from 255) = 39.09%
BLUE value IS 134 (52.73% from 255) = 37.96%
R=22.95%
G=39.09%
B=37.96%

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
Decimal811381340.4100.030.46175.7926.0342.94
Hex518A8629032Eb01a2b
Octal1212122065103562603253
Binary101000110001010100001101010010111011101011000011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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