#518B7E

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

Shades of Lochinvar #518B7E

Tints of Lochinvar #518B7E

Color information

#518B7E (or 0x518B7E) is unknown color: approx Lochinvar. HEX triplet: 51, 8B and 7E. RGB value is (81,139,126). Sum of RGB (Red+Green+Blue) = 81+139+126=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 139 - color contains mainly: green. Hex color #518B7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518B7E is #AE7481. Grayscale: #787878. Windows color (decimal): -11433090 or 8293201. OLE color: 8293201.

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

Color convert

RGB81139126-
CMYK0.4200.090.45
HSL166.55º26.36%43.14%-
HSV(B)166.55º41.73%54.51%-
XYZ16.3921.7223.07-
YUV120.18131.28100.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.41%
GREEN value IS 139 (54.69% from 255) = 40.17%
BLUE value IS 126 (49.61% from 255) = 36.42%
R=23.41%
G=40.17%
B=36.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal811391260.4200.090.45166.5526.3643.14
Hex518B7E2A092Da71a2b
Octal12121317652011552473253
Binary1010001100010111111110101010010011011011010011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,139,126); }

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

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

 a { background-color: rgb(81,139,126); }

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

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

 span { border-color: rgb(81,139,126); }

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