#509789

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

Shades of Lochinvar #509789

Tints of Lochinvar #509789

Color information

#509789 (or 0x509789) is unknown color: approx Lochinvar. HEX triplet: 50, 97 and 89. RGB value is (80,151,137). Sum of RGB (Red+Green+Blue) = 80+151+137=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 151 - color contains mainly: green. Hex color #509789 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509789 is #AF6876. Grayscale: #808080. Windows color (decimal): -11495543 or 9017168. OLE color: 9017168.

HSL color Cylindrical-coordinate representation of color #509789: hue angle of 168.17º 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 #509789 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB80151137-
CMYK0.4700.090.41
HSL168.17º30.74%45.29%-
HSV(B)168.17º47.02%59.22%-
XYZ18.8925.6427.62-
YUV128.18132.9893.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.74%
GREEN value IS 151 (59.38% from 255) = 41.03%
BLUE value IS 137 (53.91% from 255) = 37.23%
R=21.74%
G=41.03%
B=37.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801511370.4700.090.41168.1730.7445.29
Hex5097892F0929a81f2d
Octal12022721157011512503755
Binary10100001001011110001001101111010011010011010100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509789; }

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

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

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

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

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

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

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

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