#509782

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

Shades of Lochinvar #509782

Tints of Lochinvar #509782

Color information

#509782 (or 0x509782) is unknown color: approx Lochinvar. HEX triplet: 50, 97 and 82. RGB value is (80,151,130). Sum of RGB (Red+Green+Blue) = 80+151+130=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 151 - color contains mainly: green. Hex color #509782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509782 is #AF687D. Grayscale: #7F7F7F. Windows color (decimal): -11495550 or 8558416. OLE color: 8558416.

HSL color Cylindrical-coordinate representation of color #509782: hue angle of 162.25º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509782 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB80151130-
CMYK0.4700.140.41
HSL162.25º30.74%45.29%-
HSV(B)162.25º47.02%59.22%-
XYZ18.425.4525.06-
YUV127.38129.4894.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.16%
GREEN value IS 151 (59.38% from 255) = 41.83%
BLUE value IS 130 (51.17% from 255) = 36.01%
R=22.16%
G=41.83%
B=36.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801511300.4700.140.41162.2530.7445.29
Hex5097822F0E29a21f2d
Octal12022720257016512423755
Binary10100001001011110000010101111011101010011010001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509782; }

 p { color: rgb(80,151,130); }

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

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

 a { background-color: rgb(80,151,130); }

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

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

 span { border-color: rgb(80,151,130); }

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