#518D87

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

Shades of Lochinvar #518D87

Tints of Lochinvar #518D87

Color information

#518D87 (or 0x518D87) is unknown color: approx Lochinvar. HEX triplet: 51, 8D and 87. RGB value is (81,141,135). Sum of RGB (Red+Green+Blue) = 81+141+135=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 141 - color contains mainly: green. Hex color #518D87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518D87 is #AE7278. Grayscale: #7A7A7A. Windows color (decimal): -11432569 or 8883537. OLE color: 8883537.

HSL color Cylindrical-coordinate representation of color #518D87: hue angle of 174º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #518D87 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB81141135-
CMYK0.4300.040.45
HSL174º27.03%43.53%-
HSV(B)174º42.55%55.29%-
XYZ17.2922.5526.36-
YUV122.38135.1298.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.69%
GREEN value IS 141 (55.47% from 255) = 39.50%
BLUE value IS 135 (53.12% from 255) = 37.82%
R=22.69%
G=39.50%
B=37.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal811411350.4300.040.4517427.0343.53
Hex518D872B042Dae1b2c
Octal1212152075304552563354
Binary1010001100011011000011110101101001011011010111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,141,135); }

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

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

 a { background-color: rgb(81,141,135); }

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

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

 span { border-color: rgb(81,141,135); }

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