#518B7F

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

Shades of Lochinvar #518B7F

Tints of Lochinvar #518B7F

Color information

#518B7F (or 0x518B7F) is unknown color: approx Lochinvar. HEX triplet: 51, 8B and 7F. RGB value is (81,139,127). Sum of RGB (Red+Green+Blue) = 81+139+127=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 139 - color contains mainly: green. Hex color #518B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518B7F is #AE7480. Grayscale: #787878. Windows color (decimal): -11433089 or 8358737. OLE color: 8358737.

HSL color Cylindrical-coordinate representation of color #518B7F: hue angle of 167.59º 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 #518B7F is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB81139127-
CMYK0.4200.090.45
HSL167.59º26.36%43.14%-
HSV(B)167.59º41.73%54.51%-
XYZ16.4621.7523.41-
YUV120.29131.7899.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.34%
GREEN value IS 139 (54.69% from 255) = 40.06%
BLUE value IS 127 (50% from 255) = 36.60%
R=23.34%
G=40.06%
B=36.60%

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
Decimal811391270.4200.090.45167.5926.3643.14
Hex518B7F2A092Da81a2b
Octal12121317752011552503253
Binary1010001100010111111111101010010011011011010100011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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