#518780

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

Shades of Lochinvar #518780

Tints of Lochinvar #518780

Color information

#518780 (or 0x518780) is unknown color: approx Lochinvar. HEX triplet: 51, 87 and 80. RGB value is (81,135,128). Sum of RGB (Red+Green+Blue) = 81+135+128=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 135 - color contains mainly: green. Hex color #518780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518780 is #AE787F. Grayscale: #767676. Windows color (decimal): -11434112 or 8423249. OLE color: 8423249.

HSL color Cylindrical-coordinate representation of color #518780: hue angle of 172.22º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #518780 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB81135128-
CMYK0.4000.050.47
HSL172.22º25%42.35%-
HSV(B)172.22º40%52.94%-
XYZ15.9520.6423.56-
YUV118.06133.61101.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.55%
GREEN value IS 135 (53.12% from 255) = 39.24%
BLUE value IS 128 (50.39% from 255) = 37.21%
R=23.55%
G=39.24%
B=37.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811351280.4000.050.47172.222542.35
Hex51878028052Fac192a
Octal1212072005005572543152
Binary1010001100001111000000010100001011011111010110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518780; }

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

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

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

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

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

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

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

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